posted 20 years ago
I do not have exact knowledge of how it works on JBoss, but can vaguely
suggest something. I have done a similar exercise on WebLogic 6.1, to
bind to MQSeries queues. The basic idea is to make the queue 'discoverable'
by the MDB.
First discover the foreign QueueConnectionFactory, Queue, etc., using
appropriate context, and then bind these to the local JNDI. Think you have
to do it in a startup class or a session bean that is loaded prior to your
MDB.
Hope this helps you in someway.
-Siplin