163b04b788
ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. It accomplishes this using a radically different threading and message dispatching architecture. In it's current incarnation, Apollo only supports the STOMP protocol but just like the original ActiveMQ, it's been designed to be a multi protocol broker. In future versions it will be adding OpenWire support so it can be compatible with ActiveMQ 5.x JMS clients.
9 lines
369 B
Text
9 lines
369 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2012/08/15 10:11:28 imil Exp $
|
|
|
|
If you experience java.net.SocketException errors, disable IPv6 in the
|
|
broker script by adding the following:
|
|
|
|
export JMX_OPTS="-Djava.net.preferIPv4Stack=true"
|
|
|
|
===========================================================================
|