posted 10 years ago
I created a Queue directly with Open MQ admin GUI ie. without using Glassfish application server:
I went to glassfish3\mq\bin and double click the ‘imqbrokered.exe’ . Once the it was ready, i went to glassfish3\mq\bin and double click the “imqadmin.exe”.
I created a Broker named 'rameshBroker' and added a destination named 'Queue1' and started it.
Now, when I start the application server and login into admin window, I can not see the Queue (queue1) careated using MQ admin earlier on this server admin dashboard.
Since the glassfish application server is integrated with MQ it should show me the Queue1 .
.......is there anything I am missing which is preventing me to get the Queue1 on admin dashbord ?