No sub-contexts for Queues / Topics created from jndi.properties
----------------------------------------------------------------
Key: AMQ-2220
URL: https://issues.apache.org/activemq/browse/AMQ-2220
Project: ActiveMQ
Issue Type: Bug
Affects Versions: 5.2.0, 5.1.0
Reporter: Peter Schuebl
new InitialContext().list("queue")
should return the 2 Queues defined in the jndi.properties (see below) but thows
"javax.naming.NameNotFoundException: queue
jndi.properties:
{quote}
java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
java.naming.provider.url = vm://localhost
queue.queue/testQueue=queue.TestQueue
queue.queue/testQueue2=queue.TestQueue2
{quote}
When the ReadOnlyContext is created nested contexts are not resolved.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.