Couple of workarounds that work (for anyone who encounters similar problem with the wiki way):
- have the MDB listen locally, and the sender send to the remote queue. This works fine. - Instead of MDB, just have a JMS message listener that looks up the remote queue and listens to it by creating the receiver on a session on the remote queue. I chose the 2nd one, as my queue NEEDED to be on the sender side. - amit. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841251#3841251 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841251 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
