Re: ActiveMQ and java version "1.6.0_45" 64 bit

2016-12-15 Thread jworth85
"Error: 1067 The Process terminated unexpectedly" was the error message -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-java-version-1-6-0-45-64-bit-tp4720347p4720454.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Log message body of a queue to a separate file

2016-12-15 Thread mario.stefanutti
>From withing camel.xml, I'm trying to log messages into a separate file, but it does not work. http://www.springframework.org/schema/beans; ... ... bean id=debugLogger class=org.slf4j.LoggerFactory factory-method=getLogger> ...

Re: Custom code to browse messages in the message store?

2016-12-15 Thread Christopher Shannon
You should be able to implement your own MessageRecoveryListener and use the recover() or recoverNextMessages() methods on the MessageStore interface. The MessageStore object is part of the region Queue (it is inherited from the parent BaseDestination class)

Re: Errors on filter

2016-12-15 Thread Tim Bain
It's still Log4J, if that's what you're asking. You're more likely to get help with your original question by posting specific details about the problems you're encountering than by your current approach of saying "Something's broken, did anything change in the past five years of active

How to Force a Connection Failover in an ActiveMQ Replicated LevelDB Cluster ?

2016-12-15 Thread Patrick Vansevenant
Currently I stop the ActiveMQ Master Node (by a systemd service) to force a Slave become the new Master. Afterwards I restart the stopped ActiveMQ Master Node (by a systemd service) which will become a new Slave. Is there another way to Force a Connection Failover without stopping and restarting

Re: Errors on filter

2016-12-15 Thread ALi
has something changed in logging from 5.8 to 5.13? On Mon, Dec 12, 2016 at 4:31 PM, ALi wrote: > this is the code .as authorization plugin > > > private void validateIfCreationDateIsExpired(long now, long creationDate) > { > if (now > creationDate +

Re: ActiveMQ and java version "1.6.0_45" 64 bit

2016-12-15 Thread Claus Ibsen
In the older days the windows service was only free to use for 32bit and you had to buy the 64bit version. Not sure if this was changed to some alternative or something. But there was something about 32bit vs 64bit free vs not free. On Thu, Dec 15, 2016 at 7:29 AM, Tim Bain