Using JB 4.2.3, I would like to code a sample client that uses JBossMQ to send a message to a remote JMS provider listening on a socket.
I have configured a local queue reference in jbossmq-destinations-service.xml and an additional connection factory mbean for a remote provider (with url and port) in jms-ds.xml.
Client program is referencing both of the above but message is put to local JBoss q.
I am trying to do this as well, you ever get it working or find some documentation on the subject?