[SOLVED] Can Bindings be temporarily stopped

as the subject really , can via console or paper bindings be stopped or put on pause
for purposes of testing ( not flooding / when things are found wrong etc )

@Chod

Yes you can.

Karaf console:

bundle:list

Search for your desired binding. Notice the number on the left side.

Then e.g.

bundle:stop 255  

To start it again

bundle:start 255
3 Likes