Hi all, I want to close the connections (ManagedTransportConnection) opened by a specific producer. I've stored the ConnectionContext used to add the connection and, when I want to close the connection, I tried with:
but the producer is still up and running, and with: but I'm blocked on the operation waiting indefinitely. Which is the correct way to close the connection and throw down all the producers so that they should make a new connection recalling the to send new data? Thanks a lot, Andrea -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-forcedly-close-a-broker-side-connection-tp4685817.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
