[jboss-dev-forums] [Design of POJO Server] - Re: JBAS-5259, JMS Destination Names is showing as QueueServ
mark.spritzler
do-not-reply at jboss.com
Fri Mar 7 15:37:58 EST 2008
After stepping through both the console and the ManagementViewImpl class, I still am not getting the Topics/Queues. In the ManagementViewImpl class the compByCompType Map only had two keys in it, one LocalTX Datasource type and one for the JMS XA Connection Factory. There was no entries for JMSDestinations-Topics or Queues.
So it got me thinking, in looking at the ManagedDeployment object that holds
"vfsfile:/C:/JBossServers/jboss-5.0.0.CR1/server/default/deploy/messaging/"
I found the destinations-service.xml Deployment, and it did not have any children. I am thinking this is the key. All the Topics and Queues that I am expecting to see are all defined in the destinations-service.xml file.
I am thinking in the Hudson testsuite the JMS Unit Test, which adds a Topic/Queue through the profile service, is running before the ProfileService Unit Test, and that is why the test in the ProfileService Unit Test is passing the size() > 0
What do you think?
Thanks
Mark
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134983#4134983
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134983
More information about the jboss-dev-forums
mailing list