Activemq virtual topic expiry bug

2014-07-22 Thread gmicky
Hi, we are using activemq 5.8 but were also able to reproduce this bug which is a showstopper for using activemq virtual topics. in 5.10 . There is issue when using ttl property and expired message is in the queue before being removed by expireMessagesPeriod. When this happens expired message is d

activemq example configuration does not work with debug set in log4j in 5.9.0

2013-11-12 Thread gmicky
Hi, logQuery bean example in activemq.xml: does not work in combination with debug setup on log4j.properties. Test case: 1) No debug - everything is working i do not change anything in default config and startup 5.9.0 using ./bin/activemq start everything works as expected. 2)I

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread gmicky
Hello Francesco, I was struggling with same issue and it was due to custom startup script for activemq which declared variable ACTIVEMQ_OPTS. If this variable is previously declared - options from /apache-activemq-5.9.0/bin/activemq script are not loaded and hawio authentication is not working.

Re: Endless Failed to log in, Forbidden with hawt.io

2013-11-04 Thread gmicky
Hello Francesco, I was struggling with this issue as well on my side it was due to using custom startup script which sets custom ACTIVEMQ_OPTS. in apache-activemq-5.9.0/bin/activemq some variables are setup which are needed for hawkio to authenticate and those are only loaded if ACTIVEMQ_OPTS v

Big difference in throughput when using dedicated connection vs sessions and sendsync pers messages.

2013-10-23 Thread gmicky
Hello, we are trying to achieve hight througput using persistent messages together with sync send and queues. However we realised there are some limitations that could be maybe resolved or explained but you. Scenario 1 - Speed ok , unusable with springs integration Consumers and producers are

Persistent message througput when using sessions/connections

2013-10-23 Thread gmicky
Hello, we are trying to achieve hight througput using persistent messages together with sync send and queues. However we realised there are some limitations that could be maybe resolved or explained but you. Scenario 1 - Speed ok , unusable with springs integration Consumers and producers are con

Dlq for unmatching filteredDestination messages?

2013-09-06 Thread gmicky
Hi, I have following configuration using amq 5.8 : Filtering of the messages works great, but is it possible to redirect messages that do not match filters to either DLQ queue or some custom queue? I do not want to lose messa