XMPP Protocol Support (Jabber!)We have support for XMPP (Jabber) as a transport in ActiveMQ. It requires Apache ActiveMQ 4.1 or later and the activemq-xmpp library to be on the classpath. (The source code for activemq-xmpp is here To use just add a connector as follows <broker xmlns="http://activemq.org/config/1.0"> <transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61616" discoveryUri="multicast://default"/> <transportConnector name="stomp" uri="stomp://localhost:61613"/> <transportConnector name="xmpp" uri="xmpp://localhost:61222"/> </transportConnectors> </broker> And you can now use XMPP to connect to the broker & send and receive messages. XMPP Support in Apache ActiveMQActiveMQ provides a bidirectional bridge between ActiveMQ messages and XMPP.
Using a Jabber ClientFor a good open source Jabber Client we highly recommend Spark To connect to Apache ActiveMQ try the following... 1. Run the Web Console either from the source code or a binary Download of ActiveMQ 5 or later
4. You should now see the following screen...
5. Now click on the Join Conference Room button (next to the Add Contact button) and the following dialog should appear
6. Now press the Create or Join Room button to get the following dialog. Enter a JMS topic name, in this case foo.bar and you're good to go...
7. Now your chat window should appear for talking and listening to the topic foo.bar. So start typing to test things out.
8. Now if you go to the Topic Console 9. If you now click on the Send To link next to the foo.bar topic you can send a message to the topic from the web console. 10. Press send and you should see the chat appear on the chat window |







