"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.
>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"; ...
...
...
sorry tim i was asking for help and just for giving more help to fix
it
The problem is that we get the authorization problem logged more times than
before the upgrade, it is not a question about the filter, as i though, it
is working well sorry
On Thu, Dec 15, 2016 at 2:47 PM, Tim Bain
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)
http://activemq.apache.org/maven/apidoc
We have activemq embedded in our product. Since it runs in the same jvm, we
have various resource limits in place. These limits make the browsing
functionality somewhat less than ideal (you can only read so many messages
in a large queue). I was wondering if someone who has deeper knowledge of
a
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 developmen
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 t
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 + this.minutesToExpire * 6) {
>
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 wrote:
> Are there an