I think it ought to work unless Spark has some kind of issue with the
message that ActiveMQ is sending, can you consume messages from that
topic using the example consumer using openwire for example?  Also
might be worth coding up a simple client using the smack library,
that's what's currently used to test the XMPP stuff so there's some
code you could start with:

https://svn.apache.org/repos/asf/activemq/trunk/activemq-xmpp/src/test/java/org/apache/activemq/transport/xmpp/XmppTest.java

On Fri, Jul 22, 2011 at 11:00 AM, mcamnadur <mcamna...@gmail.com> wrote:
> Hi
>
> I am using ActiveMQ v5.5.0 and wish to integrate XMPP functionality to the
> topics. I followed the instructions on your website to the letter apart from
> 2 considerations:
> 1) I do have a woodstox library in the lib/optional folder but it is named
> woodstox-core-asl-4.0.7.jar.
> 2) I am using Spark version  2.6.3 because I could not find the version
> 2.0.0
>
> I am able to connect to the broker and send messages from the IM client
> (Spark) to the broker. This is verified from the administration dialogue for
> the broker, which shows the topic, subscriber and the number of messages
> sent. However, I am unable to send a message the other way round, i.e. from
> the broker to the client, using either the send_to feature of the console
> window or a separate java application writing to the same topic. What could
> be wrong?
>
> Thanks
> Michael Camilleri
>
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/XMPP-connection-to-ActiveMQ-tp3686938p3686938.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to