camel pull request: CAMEL-6934 enabling dns addresses to not get cached

2013-12-01 Thread mach10
GitHub user mach10 opened a pull request: https://github.com/apache/camel/pull/63 CAMEL-6934 enabling dns addresses to not get cached CAMEL-6934 camel-mina2 change. Enables a new SocketAddress to be created if the new config value of cachedAddress is set to false everytime

camel pull request: Mina2 - new Address creation on openConnection

2013-11-07 Thread mach10
Github user mach10 closed the pull request at: https://github.com/apache/camel/pull/54

camel pull request: Mina2 - new Address creation on openConnection

2013-11-05 Thread mach10
GitHub user mach10 opened a pull request: https://github.com/apache/camel/pull/54 Mina2 - new Address creation on openConnection This is to allow the 'non-caching' of IP addresses by the Mina2Producer, and is configurable via a new flag in Mina2Configuration. F