GitHub user dvilaverde opened a pull request: https://github.com/apache/camel/pull/530
Support for virtual hosts in Apache Apollo This change allows a Stomp endpoint to specify a virtual host that differs from the remote URI in order to allow this component/endpoint to be used with Apache Apollo (or any) brokers that have more than one virtual host. Example usage: ``` stomp:queue:Q1?brokerURL=tcp://localhost:61613&login=user&passcode=pass&host=broker1 ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/dvilaverde/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/530.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #530 ---- commit 373e1e130d6a931fcf96447e12a30dda841a3d40 Author: David Vilaverde <dvilave...@gmail.com> Date: 2015-05-27T23:15:55Z added stomp support for virtual host in Apache Apollo by adding a host option commit ba906e414a72b386a7c44742e85b82ddf081ac13 Author: David Vilaverde <dvilave...@gmail.com> Date: 2015-05-28T00:10:00Z forgot setter on configurtion bean commit 901976ae7d929cae05a15a8f93e659f077385b0b Author: David Vilaverde <dvilave...@gmail.com> Date: 2015-05-28T00:26:43Z added setter for host config option to the component ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---