Artemis: ActiveMQJMSConstants.INDIVIDUAL_ACKNOWLEDGE: Messages are not re-delivered if last-value-queue is set as true

2017-05-29 Thread vishal3007
if ActiveMQJMSConstants.INDIVIDUAL_ACKNOWLEDGE is used as acknowledgement option and queue is marked as last-value-queue, then calling recover() on the JMSContext does not re-deliver the message. Please see the attaced broker.xml for the reference. broker.xml

ActiveMQMessage.getJMSRedelivered() is returning false in case of redeliveried message with ActiveMQJMSConstants.INDIVIDUAL_ACKNOWLEDGE

2017-05-29 Thread vishal3007
if ActiveMQJMSConstants.INDIVIDUAL_ACKNOWLEDGE is used as acknowledgement option and more than one message is re-delivered only first message is having ActiveMQMessage.getJMSRedelivered() as true other messages are returing false. Please see the attached java class to reproduce the issue. The sid

Re: Storage usage is beyond max-disk-usage.

2017-05-29 Thread Michael André Pearce
Set the config value to 100% if you don't wish the check to block before you have actual disk full, but it's actually saving you here from having disk filling fully and giving you a chance to get onto the broker to rectify. Question is why are you consumers not consuming messages or if you reall

Storage usage is beyond max-disk-usage.

2017-05-29 Thread shimix
Hi guys, I have problem with Artemis 2.1.0 + Docker 17.05.0-ce. Artemis reports: AMQ10: Storage usage is beyond max-disk-usage. System will start blocking producers. Docker image disk space: Filesystem Size Used Avail Use% Mounted on none219G 188G 21G 91% / tmpfs

After password encryption in credentials-enc.properties, on re-start of ActiveMQ, receive the "User name or password is invalid" error.

2017-05-29 Thread smenon
Am using ActiveMQ 5.14.5. Followed instructions at http://activemq.apache.org/encrypted-passwords.html # for activemq $AMQ_HOME/bin/activemq encrypt --password *** --input *** # for guest $AMQ_HOME/bin/activemq encrypt --password *** --input *** Non-default passwords used for activemq password,

ARTEMIS - java.lang.NullPointerException switching subscription with #

2017-05-29 Thread francesco81
Hi, I'm facing an issue when switching a topic subscription from the full path to the "wildcard char" one (with '#') and viceversa. I'm using the last 2.1.0 version (downloaded from activemq.apache.org). Here my test: 1) connect to Artemis 2) subscribe a topic by using full path, eg. "/prj/plantid