[jboss-jira] [JBoss JIRA] (AS7-5816) CLONE - JMS Topic Metrics Inconsistency
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Tue Oct 23 05:14:02 EDT 2012
Jeff Mesnil created AS7-5816:
--------------------------------
Summary: CLONE - JMS Topic Metrics Inconsistency
Key: AS7-5816
URL: https://issues.jboss.org/browse/AS7-5816
Project: Application Server 7
Issue Type: Bug
Components: JMS
Affects Versions: 7.1.2.Final (EAP)
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Jboss AS7 - JMS Topic Metrics inconsistency
Have Jboss AS7 7.1.2 installed with Hornetq implementation.
Steps:
1.) Create a jms topic inside the standalone.xml configuration.
For e.g. "TestTopic".
In HornetQ translation this means a core address named: "jms.topic.TestTopic".
2.) Using HornetQ Core Client create some durable subscriptions for that topic.
HornetQ translation: core queues (subscriptions) bounded to the core address "jms.topic.TestTopic".
3.) Create some messages using the HornetQ ClientMessage.
4.) Set the messages as NOT durable (message.setDurable(false)) and send them to the topic.
Actual:
Inside the Jboss AS7 http-management interface, from the browser, inside the jms destionations page you will see the previously sent messages as durable. Which is false.
If you restart the server, they will be deleted.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list