Can I use iBus in multi-threaded applications?
Yes, if carefully done: The JMS standard does not require that the JMS implementation classes are thread-safe. Thus, multi threaded applications must ensure to use as many Sessions, Publishers etc. as required to guarantee that only one thread uses a particular component. Even if most of the iBus JMS implementations are thread-safe, utilizing this feature results in non-portable code.