JMS client - send timeout

2016-03-16 Thread Julien Charon
Hi, I'm currently doing some testing on a client that uses the JMS client internally to send messages to an AMQP queue. Now I wanted to test what happens when the broker is not reachable and I try to send a message. I configured the connection with failover(...) so that the connection will b

Re: [C++ broker] temporary queues and ACL ussage

2016-03-16 Thread Domen Vrankar
2016-03-14 15:08 GMT+01:00 Chuck Rolke : > C++ Broker ACL does not deal well with the autogenerated queue names. Fortunately changes to the code are minimal :) > You may try using ACL to limit users to creating/accessing only one > autodelete queue that is prefixed with the user name. This keeps