windows integrated security

2015-10-06 Thread nstoyanov
Is it possible to configure ActiveMq 5.11.1 to use Windows Integrated Security? I have read through the documentation on security here: http://activemq.apache.org/security.html but did not find anything specifically relating to windows integrated security. Regards, ned -- View this message i

JDBC with Failover MS SQL

2015-10-06 Thread abrasha70
Hi, I set an ActiveMQ service based on database using JDBC to a Failover MS SQL Server Database. When the SQL server fails-over, the AMQ service goes down for some reason, and doesn't go up back again. How can I prevent it? Do I need to configure anything? I'm using version 1.11.1 *** Here's w

failover transport not timing out

2015-10-06 Thread kal2
I am using the following uri so the client fails over to other brokers in the list quickly but i want the send call to fail if no brokers are available or if the timeout occurs but during testing i do not see the timeout occuring on the send.. the call to send simply waits for reconnect.. How can

Stomp WebSockets and client certificates

2015-10-06 Thread steveg103
Hi, I am working with ActiveMQ 5.11 and have a question about client certificates when WebSockets are in use. I'm specifically using the wss:// connector. My goal is to achieve client-certificate (mutual) authentication over each of the ssl://, amqp+ssl://, and wss:// transports. I've been able

Securing queues/topics with custom ACLs

2015-10-06 Thread Basmajian, Raffi
Is it possible to achieve fine-grained access control over destinations to do something like this... Destination LDAP Group Operations Allowed === trading.orders group1 receive trading.orders group4

Re: Duplex isn't working connecting an embedded broker to a external broker

2015-10-06 Thread Rob Davies
This might help - https://github.com/apache/activemq/blob/master/activemq-unit-tests/src/test/java/org/apache/activemq/network/DuplexNetworkTest.java > On 6 Oct 2

Re: Anyone have Artemis working with Apache TomEE?

2015-10-06 Thread Clebert Suconic
Tomee is requiring an interface being returned by the ResourceAdapter and we are returning an actual endpoint, what's causing some issues as they can't play with a proxy. We will have to do some work but I can't figure out what yet. On Tue, Oct 6, 2015 at 11:21 AM, jonathan_at_svg wrote: > So id

Re: Duplex isn't working connecting an embedded broker to a external broker

2015-10-06 Thread jonathan_at_svg
Yes, we did try that as well (duplex=true on the network connector) with no luck. The embedded broker connects but on the console of the external activemq instance, it does not create a network bridge and messages do not flow from the embedded broker to the external broker. -- View this message

Re: Anyone have Artemis working with Apache TomEE?

2015-10-06 Thread jonathan_at_svg
So ideally... It would be BA to have an embedded broker in the VM accepting connections "in VM", then a single (unreliable) TCP uplink to a centralized broker. This is the pattern we've been trying to get working with normal ActiveMQ, but the embedded ActiveMQ broker in TomEE will not pass messages

txlogs growing on ActiveMQ

2015-10-06 Thread barry.barnett
Hello, Why would the txlog be growing? total 4241384 -rw-r--r-- 1 amq 5518 0 Oct 3 20:13 transaction_2.log -rw-r--r-- 1 amq 5518 4341727232 Oct 6 08:30 transaction_1.log $ ls -ltr total 4241384 -rw-r--r-- 1 amq 5518 0 Oct 3 20:13 transaction_2.log -rw-r--r-- 1 amq 5518 434202

Re: Put Inhibit Queue

2015-10-06 Thread Christopher Shannon
Another option is to use a mirrored queue to monitor the messages: http://activemq.apache.org/mirrored-queues.html On Tue, Oct 6, 2015 at 12:34 AM, Tim Bain wrote: > Do you have control over the consumer? Can you force it to disconnect > (e.g. by stopping the client process or by attaching a de

RE: ActiveMQ and the Windows world

2015-10-06 Thread Merendet Nicolas
Unsuscribe Nicolas MÉRENDET Ingénieur Support Centre National Informatique de Nantes Support National des Logiciels d'Application Bureau D4105 Tél : 02 40 99 91 44 ou 06 51 12 34 21 -Message d'origine- De : Gregor Zurowski [mailto:gre...@list.zurowski.org] Envoyé : mardi 6 octobre 2015

Re: ActiveMQ and the Windows world

2015-10-06 Thread Gregor Zurowski
> Seems to me, though, that in that case, running amq from the > ServiceMix package is not possible (how do you > activate amq's > REST there?) The REST API is currently not exposed with the embedded broker. This issue is tracked with https://issues.apache.org/jira/browse/SM-2670. Thanks, Gregor