Re: Secure broker and web console: Cannot send to queue

2015-12-16 Thread Kai B
tty 8 to Jetty 9.2 since there are API > incompatibilities between the two versions. > > On Tue, Dec 15, 2015 at 10:34 AM, Kai B > kai.broszat@ > wrote: > >> I have added the simpleAuthenticationPlugin to my broker (ActiveMQ 5.13.0 >> on >> linux) and con

Re: Failed to load: class path resource [activemq.xml]

2015-12-15 Thread Kai B
ActiveMQ seems to come with commonc-dbcp2, so you should use org.apache.commons.dbcp2.BasicDataSource as your datasource: Sparg wrote > Hi all, > > After of implement the persistence

Secure broker and web console: Cannot send to queue

2015-12-15 Thread Kai B
I have added the simpleAuthenticationPlugin to my broker (ActiveMQ 5.13.0 on linux) and configured a few users and groups. This works fine so far and users can only access those queues they are authorized for. I have also configured the 'system' user that has full rights on all queues:

Re: JMS to JMS Bridge

2015-12-15 Thread Kai B
I think the solution is simply to create an explicit ConnectionFactory and set it as the localQueueConnectionFactory on the bridge: ... ... -- View this message in context:

Re: JMS to JMS Bridge

2015-12-15 Thread Kai B
I think the solution is simply to create an explicit ConnectionFactory and set it as the localQueueConnectionFactory on the bridge: ... ... -- View this message in context: