[jboss-jira] [JBoss JIRA] (AS7-3491) Hornetq address settings reference non-existing DLQ
Mohammad wrk (JIRA)
jira-events at lists.jboss.org
Tue Jun 5 14:05:20 EDT 2012
[ https://issues.jboss.org/browse/AS7-3491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12699070#comment-12699070 ]
Mohammad wrk commented on AS7-3491:
-----------------------------------
To be more explicit and clear, here's the explanation from http://docs.jboss.org/hornetq/2.2.5.Final/user-manual/en/html_single/index.html:
By convention, all JMS queues map to core queues where the core queue name has the string jms.queue. prepended to it. E.g. the JMS queue with the name "orders.europe" would map to the core queue with the name "jms.queue.orders.europe". The address at which the core queue is bound is also given by the core queue name.
This means that to have a queue bound to jms.queue.DLQ address we have to name it DLQ:
<jms-queue name="DLQ">
<entry name="queue/DLQ"/>
<entry name="java:jboss/exported/jms/queue/DLQ"/>
</jms-queue>
> Hornetq address settings reference non-existing DLQ
> ---------------------------------------------------
>
> Key: AS7-3491
> URL: https://issues.jboss.org/browse/AS7-3491
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.1.0.CR1b
> Reporter: Robert Reimann
> Assignee: Andy Taylor
>
> The hornetq address-settings inside standalone-full.xml and domain.xml reference a non-existing dead-letter-address "jms.queue.DLQ".
> See forum reference for details.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list