I am using dynamic queues for testing with names like dynamicQueues/Foo, but in the web console I am seeing the queue names as dynamicQueues/Foo rather than just Foo.
Other code (not ours) uses the same dynamicQueues/Foo but the queue name on the console is just Foo so things are misaligned so to speak.
I have followed the instructions here: http://activemq.apache.org/jndi-support.html
I am confused about whether the queue name reported in the web console should include dynamicQueues or not – finding it hard to debug our problem as a result.
You should see Foo in the console window, yes.
This code will produce a message on FOO and show the queue as FOO in the web console (amq 5.6.0):
Are you sure you are using JNDI to lookup the queue and that you did not configure anything in jndi.properties?