Hi, gurus
I try to open a remote Queue. I can get a RemoteConnectionFactory
like
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureTheJMSResourceAda...,
but still unaware how to get a queue. I think i need something similiar to
Queue queue = (Queue) jmsContext.lookup(getQueueName());
| QueueSession session = connection.createQueueSession(false,
QueueSession.AUTO_ACKNOWLEDGE);
| QueueSender sender = session.createSender(queue);
Queue is required to create a message sender.
It's necessary for me to get Queue predefined declaratively.
Any advice will be very much appreciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109548#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...