Add URI option for closing a session after each message -------------------------------------------------------
Key: CAMEL-2455 URL: https://issues.apache.org/activemq/browse/CAMEL-2455 Project: Apache Camel Issue Type: Improvement Components: camel-mina Affects Versions: 2.1.0, 2.2.0 Reporter: Johan Haleby To close a Mina session today you can set the HEADER_CLOSE_SESSION_WHEN_COMPLETE header to true in when specifying the route. How ever in cases where you'd like the route to be as decoupled from a specific camel component as possible this is not the best option. It would be better to support setting this as an option on the endpoint URI, e.g. mina:tcp://localhost:6200?autoCloseSession=true. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.