Monday, August 17, 2009

how to fix activeMq inactive errors.

Change configuration file under transportConnectors tag
from
transportConnector name="openwire" uri="tcp://localhost:61616" discoveryUri="multicast://default"
to
transportConnector name="openwire" uri="tcp://localhost:61616?wireFormat.maxInactivityDuration=0"

No comments:

Post a Comment