users@glassfish.java.net

how to define a JMS ConnectionFactory and Queue to work with secondary Remote MQ.

From: legolas wood <legolas.w_at_gmail.com>
Date: Sun, 22 Apr 2007 17:56:24 +0430

Hi

Thank you for reading my post.

We have two MQ server one is internal with Glassfish and the other one is standalone Remote MQ (using Open MQ from https://mq.dev.java.net )

I need to define a ConnectionFactory and a Queue to work with that remote MQ rom within my web application.

What i can not understand is how we should define ConnectionFactory and Queue in Glassfish Administration Console in order to be able to send messages from within web application to remote JMS.

Thanks