Hi Claus,
Indeed I had look on camel-mina2 API and it's different especially if you
take Endpoint under consideration:
1. MinaEndpoint -
http://camel.apache.org/maven/current/camel-mina/apidocs/org/apache/camel/component/mina/MinaEndpoint.html
2. Mina2Endpoint -
http://camel.apache.org/maven/camel-2.12.0/camel-mina2/apidocs/org/apache/camel/component/mina2/Mina2Endpoint.html

You can clearly see that MinaEndpoint has additional methods like:
- getAcceptor() 
- getAddress() 

and those I used with Mina 1 but in Mina2Endpoint there is no such methods
so I was wondering if there is rather some camel approach with Endpoint to
get sessions rather than using Mina 2. I would say that external application
is connecting with my Endpoint - it's a consumer. Is there any way to get
all connected consumers with endpoint and send them message?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Apache-Mina2-and-HL7-listener-tp5747265p5747299.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to