queue dissapears after a few weeks
----------------------------------
Key: JBAS-3514
URL:
http://jira.jboss.com/jira/browse/JBAS-3514
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS service
Affects Versions: JBossAS-4.0.4.GA
Reporter: Daniel Aioanei
Assigned To: Adrian Brock
I created some queues at runtime like this:
server = (MBeanServerConnection) jndiTemplate.lookup("jmx/invoker/RMIAdaptor");
server.invoke(new ObjectName("jboss.mq:service=DestinationManager"),
"createQueue",
new Object[] {destName}, new String[] {String.class.getName()});
jboss.mq:service=DestinationManager and after about 2 weeks, one of the queues
dissapeared from jmx-console and web-console.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira