Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
Patch Available
Description
Currently the camel-xmpp consumer will only accept one chat session (the one configured) and won't accept messages coming in from another producer. The attached patch adds a test case for this and fixes the issue, I also implemented a PacketListener to add some debug logging that prints the incoming/outgoing XMPP packets.