[
https://issues.apache.org/activemq/browse/AMQ-2220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Schuebl updated AMQ-2220:
-------------------------------
Attachment: ReadOnlyContext.java.diff
Attachted Diff file to ReadOnlyContext.java trunk (5.2)
> 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.1.0, 5.2.0
> Reporter: Peter Schuebl
> Attachments: ReadOnlyContext.java.diff
>
>
> 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.