Integrating Apache Active Message Queue(AMQ) with BizTalk Server – Publishing messages Part 3 (extra linefeed) workaround

Posted: March 8, 2017  |  Categories: BizTalk Uncategorized
Tags:

In a previous blog I wrote about an issue when sending a message to an Apache AMQ using the REST API.  We decided introduce a workaround in the application that is using STOMP to retrieve the message. The workaround was to add custom property when we send the message to the AMQ like transport=rest. If the receiving application sees the transport property is rest it removes the linefeed. This is not ideal and we would still like to understand why the Apache AMQ REST API is adding an extra line feed to messages sent to the AMQ.

turbo360

Back to Top