This content has been marked as final.
Show 4 replies
-
1. Re: activemq request - reply not working
davsclaus Nov 17, 2011 3:30 AM (in response to gmdavidson62)You do not need the bridgeEndpoint=true option as that applies when you bridge/proxy HTTP services.
After the to enforce the message content loaded in memory as a String, and see if that helps.
-
2. Re: activemq request - reply not working
gmdavidson62 Nov 17, 2011 9:08 AM (in response to davsclaus)Wow, that was quick, and very helpful, it fixed my issue, thank you! I figured it was something easy. Also...complements on your book, it has helped me a lot!!
-
3. Re: activemq request - reply not working
davsclaus Nov 18, 2011 4:20 AM (in response to gmdavidson62)I created a ticket to look into this. As it IMHO should be possible to work with just
There may be a glitch with this combo of using req/reply over JMS with the HTTP component
-
4. Re: activemq request - reply not working
njiang Nov 23, 2011 9:09 AM (in response to davsclaus)I just added a unit test into the camel trunk and cannot reproduce the error.