Re: [Artemis 2.6.2] AMQP messages going to expiry queue, redelivery off that queue is failing

2018-08-28 Thread Dan Langford
ok i wrote 3 test files. I don't know the best way to get them to you easily. hopefully a Gist is ok. https://gist.github.com/danlangford/071e738225ec0c68dd470816b977499b you can copy those 3 files straight to ./tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/am

Redelivery of pending messages using amqp

2018-08-28 Thread areddy
I'm using activemq with an amqp library. When a long running consumer consumes a message, the message stays in the pending state until the consumer "rejects" the message or the connection dies. Is there a way to change this behavior, perhaps a timeout configuration ? In other words, is it possibl

Re: cipher in activemq

2018-08-28 Thread Tom Hall
I am assuming you mean on the ssl transports. You must specify the ones want enabled. docs are here: http://activemq.apache.org/ssl-transport-reference.html Assuming you are running java 8 here are the list of cipher suites https://docs.

cipher in activemq

2018-08-28 Thread ankushssgb
Hi, I want to disable RC4 and 3DES ciphers in apache-activemq-5.9.0. OS Version: CentOS7 Can any one help me, how to do it. Regards, AB -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html