How to use java.naming.security.* for connecting Activemq?

2014-05-20 Thread
Now ,I want to use java.naming.security.principal and java.naming.security.credentials to connection Activemq, but it fails, I don't know why . this is my code: properties.load(new FileInputStream(new File("./jndi.properties"))); InitialConte

activemq loses connection to database for outgoing messages

2014-05-20 Thread Neil Gealy
I am using activemq 5.9.1 configured as a jdbc masterslave setup using mysql. We are having a problem where activemq suddenly stops noticing that there are pending messages in the ACTIVEMQ_MSGS table in the database. It continues to accept messages and put them in the proper queue. If you query

SSL and Spring and transport connector

2014-05-20 Thread mqadmin44
I need clarification on the documentation provided in the link below http://activemq.apache.org/how-do-i-use-ssl.html This document states that: /Using Spring to configure SSL for a Broker instance Sometimes the use of javax.net.ssl.* system

Re: Activemq on Docker

2014-05-20 Thread Noel OConnor
Thanks Gary, I managed to get it going by using the --link element in the end. But I'll have a look at this to see if its a better approach. The docker stuff is up on https://github.com/noelo/amq-docker if you want to have a crack at it. cheers Noel On Tue, May 20, 2014 at 9:01 PM, Gary Tully

Re: Activemq on Docker

2014-05-20 Thread Gary Tully
peek at https://issues.apache.org/jira/browse/AMQ-3864 - there is publishedAddressPolicy element on a transport connector that will accept an IPADRESS strategy since 5.8 On 18 May 2014 02:50, Noel OConnor wrote: > Thanks Sonica, > I'll try this and see how it goes. > > Multicast would have been e