Hi,
there is no Java Stomp client distributed with ActiveMQ, since there is
no rationale of using it instead of a default client.
Cheers
--
Dejan Bosanac
http://www.ttmsolutions.com - get a free ActiveMQ user guide
ActiveMQ in Action - http://www.manning.com/snyder/
Scripting in Java - http://www.scriptinginjava.net
daveatnuwave wrote:
> Hi.
> While experimenting with the 5.1 examples, this works:
>
> ant producer -Durl=tcp://192.168.168.199:61616 -Dmax=1
>
> I assumed I could also do this but it doesn't work:
>
> ant producer -Durl=stomp://192.168.168.199:61613 -Dmax=1
>
> A socket connection is created but it then hangs. Am I doing something wrong
> or did I make a bad assumption? The ActiveMQ-CPP stomp client works so it's
> not a broker configurations issue. I don't need stomp in the client, just
> curious.
>
> Thanks,
> Dave
>
>
|