Hmm, not quit sure why they thought Camel does not require a separate rabbitmq server. The camel-rabbitmq component is a way for Camel to speak to RabbitMQ. It implements the rabbitmq client API.
On Wed, Jul 20, 2016 at 10:05 PM, jkam...@caci.com [via Camel] < ml-node+s465427n5785303...@n5.nabble.com> wrote: > souciance wrote > Well no.. > > your code says: > > <from uri="rabbitmq://localhost:5672/rabbit?sslProtocol=true"/> > > Camel does not have an embedded rabbitmq server. It will always try to > connect to rabbitmq server and then act as a consumer or publisher. > > The hostname is the hostname of the rabbitmq server. > > If you cannot reach it, then is the URL correct? Have you enabled the > webui > plugin? See > > http://www.thegeekstuff.com/2013/10/enable-rabbitmq-management-plugin/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+TheGeekStuff+(The+Geek+Stuff) > > > So in summary: > 1. Camel does not have an embedded rabbitmq server. You need one yourself. > 2. The from("rabbitmq...") means Camel wants to connect RabbitMQ and > consume from some exchange. These options need to be available to the user > which Camel is using to connect with. > > AH,... now that is helpful. I had been told that Camel could "talk" to > rabbit by including the camel-rabbitmq.<verison>.jar and that this would > not require a separate rabbitMQ-server to be up and running. From what you > are telling me this seems not to be the case and that I will actually need > a rabbitMQ-server running on the Camel server (or networked accordingly) in > order to knit this all together. > > If that is in fact the case I will need to go back to the drawing board as > the folks that want me to receive rabbit messages also do not want me to > set up a rabbit server. > > Fun times. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/How-can-I-configure-Camel-ActiveMQ-to-receive-from-an-external-RabbitMQ-producer-tp5785283p5785303.html > To start a new topic under Camel - Users, email > ml-node+s465427n465428...@n5.nabble.com > To unsubscribe from Camel - Users, click here > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=> > . > NAML > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://camel.465427.n5.nabble.com/How-can-I-configure-Camel-ActiveMQ-to-receive-from-an-external-RabbitMQ-producer-tp5785283p5785304.html Sent from the Camel - Users mailing list archive at Nabble.com.