Showing posts with label activeMQ. Show all posts
Showing posts with label activeMQ. Show all posts

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"