George In you unit test class you must use the sync=true uri parameter to create a MinaConsumer that uses the InOut pattern.
Your code that creates the producer is correctly set to use InOut pattern. However since the producer is created with a reference to the same uri endpoint as the consumer it will inherited the sync=true parameter and thus auto configure itself to use the InOut pattern. /Claus -- View this message in context: http://www.nabble.com/Camel-TCP-receiver-endpoint-tp15430834s22882p16067216.html Sent from the Camel - Users mailing list archive at Nabble.com.
