JMS Queues would have core-queues by result.
But why you need a core-queue anyways? a Core queue is only useful when using the HornetQ Core API. It doesn't even work through AMQP as the destination won't following the naming convestions on the protocol layer. On Fri, Dec 12, 2014 at 11:53 AM, Robbie Gemmell <[email protected]> wrote: > > Hi all, > > I figured I would ask on the list about this one rather than raise a > JIRA, potential user error :D > > When reading the docs I saw mention of being able to define core > queues in activemq-configuration.xml, or 'JMS queues' via > activemq-jms.xml. I have got the latter working fine, but was unable > to get the former to work. > > Adding this in activemq-configuration.xml appeared to make no > difference, I didnt see the new queue via JMX after restarting and was > unsurprisingly thus unable to produce/consume from it using an AMQP > client. > <queues> > <queue name="myQueue"> > <address>myQueue</address> > </queue> > </queues> > > I don't see what I'm doing wrong, and think I got this to work against > an old version of the broker several months ago, so I was wondering if > anyone else sees the problem, or whether anything has changed in this > area - is it still supported? > > Thanks, > Robbie > -- Clebert Suconic http://community.jboss.org/people/[email protected] http://clebertsuconic.blogspot.com
