What do you mean by producer/consumer transport listener? Do you mean the transport listener on connections used by producers versus a transport listener on connections used by consumers?
If so, I recommend splitting consumer connections from producer connections and setting them with their respective transport listeners. This is a good configuration to use in general because it can prevent deadlocks or confusing delays if PFC is reached, and allows pooling to be configured differently for consumers versus producers (a good practice). -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-producer-and-consumer-Tranport-listener-tp4675879p4676068.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.