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

Reply via email to