It's not exactly what you want I guess, but pretty close: https://github.com/apache/karaf/blob/master/itests/test/src/test/java/org/apache/karaf/itests/JmsTest.java
Basically, you can try to open a ServerSocket on the transport connector port to check if it's bound or not. You can do that in the activator of your bundle for instance. Regards JB On 19/02/2019 18:13, ggerla wrote: > Ok JB > can you give me the name of the test inside karaf itest to check what I have > to do? > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
