Currently I am set up with ActiveMQ in a JDBC backed Master/Slave
configuration. My MySQL databases are set up in a Master/Master
configuration. The application servers (using embedded activeMQ brokers)
are set to use a single MySQL instance and fail-over to the replicated
master instance in cas
Hi,
you might also consider using TimeStamp plugin
http://activemq.apache.org/timestampplugin.html if you have time sensitive
messages.
Regards
--
Dejan Bosanac
-
FuseSource - The experts in open source integration and messaging.
Email: dej...@fusesource.com
Web: http://fusesource
YES !!
That was an issue !
I dod not know that clocks synchronization is so important between broker
and consumers.
I was investigating couple of days what is going on and your reply has
HELPED ! Thanks again !
BTW:
In my opinion this remark about clocks synchronization should be added to
the
start with debug/trace logging for org.apache.activemq.transport
On 3 February 2011 23:06, Martin C. wrote:
> Hi,
>
> lately I recognize sporadic EOFExceptions while being connected to the
> broker which runs on localhost (activemq1).
>
> 2011-02-03 13:44:14,200 [ActiveMQ Transport:
> ssl://activ
Hi your messages expires and are moved to dlq. Probably clocks on two
machines are not synced?
Regards
--
Dejan Bosanac
-
FuseSource - The experts in open source integration and messaging.
Email: dej...@fusesource.com
Web: http://fusesource.com
Twitter: http://twitter.com/dejanb
A