Hi, I'm using the following method on the camel context:
Collection<?> cardReaderEndpoints = exchange.getContext().getEndpoints(bgReaderListenerURI); I note that with 2.1 this is marked as being deprecated. The source code states: makes no sense, is removed in Camel 2.2 Well, the deprecation makes no sense to me! %-| I use the above method call to return a list of endpoints connected on a tcp socket (MINA). How else might I do this? Kind regards, Christopher -- View this message in context: http://old.nabble.com/getEndpoints-deprecated-for-2.1---please-advise-why-tp26463149p26463149.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.