[
https://issues.apache.org/activemq/browse/CAMEL-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated CAMEL-245:
-------------------------------
Attachment: jhc.patch
This patch upgrade http core form 4.0-alpha5 to 4.0-alpha6 and allow
multi-endpoint share a same port.
BTW,
We use the String.startsWith() to look up the endpoint path with Request URI.
> JHC componet could create more than one consumer at the same port
> -----------------------------------------------------------------
>
> Key: CAMEL-245
> URL: https://issues.apache.org/activemq/browse/CAMEL-245
> Project: Apache Camel
> Issue Type: Improvement
> Affects Versions: 1.2.0
> Reporter: Willem Jiang
> Fix For: 1.3.0
>
> Attachments: jhc.patch
>
>
> Current JHC component 's consumer just try to bind to a certain port when it
> is started.
> If this port is used , the consumer will not work.
> We could use static factory class to trace the port, and bind the handler
> with the context to
> support multi-endpoint in same port.
> BTW, we also need to add a JHC module in the JIRA
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.