Bad endpoint in examples in documentation JMS Component
-------------------------------------------------------

                 Key: CAMEL-4534
                 URL: https://issues.apache.org/jira/browse/CAMEL-4534
             Project: Camel
          Issue Type: Bug
          Components: documentation
            Reporter: Krzysztof Borgul
            Priority: Trivial


Adress: http://camel.apache.org/jms.html

In section: "Request-reply over JMS and using a shared fixed reply queue"
is: .inOut().to("activemq:queue:foo?replyTo=bar?receiveTimeout=250")
should be: .inOut().to("activemq:queue:foo?replyTo=bar&receiveTimeout=250")

The same in "Request-reply over JMS and using an exclusive fixed reply queue"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to