You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Rob Shield (JIRA)" <ji...@apache.org> on 2013/12/11 16:39:06 UTC

[jira] [Updated] (CAMEL-6934) Create new Address for every openConnection call

     [ https://issues.apache.org/jira/browse/CAMEL-6934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Shield updated CAMEL-6934:
------------------------------

    Fix Version/s:     (was: 2.13.0)
                   2.12.3

> Create new Address for every openConnection call
> ------------------------------------------------
>
>                 Key: CAMEL-6934
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6934
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-mina2
>    Affects Versions: 2.12.0
>            Reporter: Rob Shield
>            Priority: Minor
>             Fix For: 2.12.3
>
>
> We've had a case where the component to which the Mina2Producer is communicating changes IP address.  This change isn't picked up by our camel route, which uses Mina2.  Therefore the communication fails. If the address was looked up each time openConnection is called (for protocols other than VM) this would overcome this problem. 
> This 'non-caching' of the IP address  is configurable.  Default is not to have it (ie current behavour). Configuration can be updated with a cachedAddress flag to turn this feature on. 
> I've made changes to a fork of https://github.com/apache/camel so I'll issue a pull request.  



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)