As for the store percent usage, take a look at
https://issues.apache.org/activemq/browse/AMQ-2986. This should be
fixed on the trunk.
Cheers
--
Dejan Bosanac - http://twitter.com/dejanb
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - htt
Thanks Dejan...
However, I did disk usage on amqPersistenceAdapter data directory and even
if producer is no longer sending messages, disk usage stays at about 9% of
storeUsage Limit. Its only when I do AMQ restart, store percent usage falls
to 0%. I did specify cleanupInterval explicitly. But th
Hi,
Due to a bug my side I've managed to create over 1,000 durable topic
subscribers each with differing client-ids. Yep, that equals quite a
mess.
Somehow I need to unsubscribe these guys. Each was created by the same
PHP script being invoked repeatedly overnight.
I have created a script that i
The only way i've discovered to remove "zombie" durable subscribers (they were
once subscribed, but will never reconnect again) is to delete the data-store
directory. Harsh, and probably not a good idea in a production environment
unless you can guarantee there are no in-flight persistent messag
Is there a way with Bitronix to reference redelivery policies and prefetch
policies using the driver properties?
orderedfailover:tcp://localhost:61616
I'm having a bit of trouble with HTTPS configuration in ActiveMQ 5.4.1. I've
followed the Jetty SSL configuration instructions. When I add an HTTPS-based
transport connector to the ActiveMQ configuration file, an exception is
thrown on startup. I've enabled TRACE logging. The exception says that
t
Hi,
I am exploring the options to implement ActiveMQ, in place of IBM's MQseries
that we currently have as part of revamp process to open middlewares .
But, We've got a current setup that our IBM MQ(running on Solaris)
communicates with our customer's IBM MQ (running on mainframe z/OS v09),
usin