You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Harley Blumenfeld <ha...@gmail.com> on 2014/09/29 20:38:30 UTC

Need help configuring wireFormat for Apache.NMS.Stomp 1.5.4 to talk to HornetQ

Related to my other post: 
http://activemq.2283324.n4.nabble.com/Stomp-Client-1-5-4-error-creating-subscription-to-topic-on-JBoss-HornetQ-Jboss-6-4-2-GA-td4685987.html

I put in a JIRA issue for the problem above and Timothy Bish replied:

HornetQ uses different destination names then the default one's used by
NMS.Stomp which are ActiveMQ compatible. You can change them using
wireFormat options on the client or change then in HornetQ configuration.

Does anyone have an example on how to do this? 
I looked at the documentation and see how to configure timeouts and other
properties of the connection but do not see anything related to wire
formats.

Thanks,
Harley





--
View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-configuring-wireFormat-for-Apache-NMS-Stomp-1-5-4-to-talk-to-HornetQ-tp4686002.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need help configuring wireFormat for Apache.NMS.Stomp 1.5.4 to talk to HornetQ

Posted by Harley Blumenfeld <ha...@gmail.com>.
I looked deeper in the code and it is hard coding a prefix of /topic/ or
/queue/ which JBoss HornetQ doesn't understand when it requests that the
client be registered as a consumer. It appears that it isn't configurable.




--
View this message in context: http://activemq.2283324.n4.nabble.com/Need-help-configuring-wireFormat-for-Apache-NMS-Stomp-1-5-4-to-talk-to-HornetQ-tp4686002p4686052.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.