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

Reply via email to