Yes you can. Here's an example that illustrates using one of the wireFormat options, which in this case disables the inactivity monitor.
<transportConnector name="openwire" uri="tcp://localhost:61616?wireFormat.maxInactivityDuration=0"/> Joe www.ttmsolutions.com > -----Original Message----- > From: Brian Munroe [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2008 1:30 PM > To: ActiveMQ Users List > Subject: Configuration Settings > > Ok, here is a dumb one. From reading this: > > http://activemq.apache.org/tcp-transport-reference.html > > Can I configure these on the broker side (vs the client side) by > setting my transportConnector in activemq.xml? > > For example > > <transportConnectors> > <transportConnector name="broker.node01" > uri="tcp://localhost:61616?connectionTimeout=120000"/> > </transportConnectors> > > -- brian