1. Using ActiveMQ via JNDI stackoverflow.comI'm trying to create simply connect with ActiveMQ using JNDI. I have
|
2. ActiveMQ and FSContext bindings file stackoverflow.comThe production environment is using IBM MQ queues for JMS messaging.
Queues are retrieved from JNDI. Our JNDI provider is file-system |
3. ActiveMQ topic discoverable from JNDI? stackoverflow.comI had this working for
|
4. ActiveMQ jndi.properties java.naming.referral stackoverflow.comActiveMQ's LDAPLoginModule doesn't like the LDAP searchResRef generated by my AD server when searching the root of the LDAP tree. It generates (a swallowed): NamingException javax.naming.PartialResultException: Unprocessed Continuation ... |
5. activemq 5.5 jndi.properties not picked up stackoverflow.comI am trying to use JNDI with activeMQ as described in this link. I am able to create a static queue (it is being displayed in the admin webpage under ... |
6. ActiveMQInitialContextFactory vs. NamingContextFactory stackoverflow.comI'm creating a java enterprise application which uses activemq to send messages to a standalone queue broker. I currently maintain access to long lived resources through jndi lookup which works quite nicely. ... |