I have a JBoss 4.0.3 JMS system that publishes and consumes JMS messages to and from a remote JBoss server that has both a topic and a queue. I have the consuming part working OK where I have a MDB on my local server consuming messages from the remote topic, however, I am having problems getting my session bean on my local server to publish messages to the queue on the remote server (a session bean on the remote server is able to publish to the remote queue on the same machine, but not the local instance). I am implementing a request/response design with a temporary queue on the local server that I want the remote server to respond to following receipt of the message.
Could anyone provide instructions, or a working link, on how to configure/deploy JBoss to publish to the remote queue. I have the code working for the local instance, so I do not believe my problems are there but in the JBoss configuration or deployment descriptors. I do not get any exceptions to provide you with. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938004#3938004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938004 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
