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