我使用的是wso2esb4.7.0和ActiveMQ5.8.0 http://docs.wso2.org/display/ESB470/ESB+as+a+JMS+Producer和 http://docs.wso2.org/display/ESB470/ESB+as+a+JMS+Consumer据{ 我已经完成的文件,我的信息传递得很好 queue.Even存储也很好。
消耗队列中的消息Wso2esb会产生问题 喜欢格式错误 - JMSMessageReceiver未知错误处理 消息org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException:意外的字符'{' (代码123)prolog;预期'<'在[row,col {unknown-source}]: [1,1]
why this happening is there any message format issue i am passing just
sample json like
And here is my curl command
curl -v -H "Accept: application/json" -H
"Content-Type:application/json" -H "ModifiedOn:0" -H
"username:vikaash|21405735755158656" -H "password:gbin" -d
'{"name":"youtility tech","mail":"faisal.shaik@youtility.in"}'
http://youtility2-desktop:8282/services/JmsStore
答案 0 :(得分:0)
请在代码中删除您的格式和内容类型参数,然后您将收到正确的消息