Thanks, One of those times where a simple mistake breaks it, I had tried: <transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61616?trace=true"/> <transportConnector name="openwire" uri="http://localhost:8080?trace=true" /> </transportConnectors>
which caused exceptions obviously, i didn't read the name parameter closely enough to realize that its just an identification label so it needs to be unique. I had glanced at it and assumed it told what protocol to use. tjsnell wrote: > > For example: > > <transportConnectors> > <transportConnector name="tcp" uri="tcp://localhost:61616?trace=true"/> > <transportConnector name="http" uri="http://localhost:8080?trace=true" > /> > </transportConnectors> > -- View this message in context: http://old.nabble.com/transportConnectors-produce-into-http-consume-from-tcp-tp27951013p27988788.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.