-2

我正在使用 wso2esb4.7.0 和 ActiveMQ5.8.0 http://docs.wso2.org/display/ESB470/ESB+as+a+JMS+Producerhttp://docs.wso2.org/display/ESB470/ESB+ as+a+JMS+Consumer根据我所做的文档,我的消息很好地传递到队列。即使存储也很好。

在使用队列 Wso2esb 中的消息时,会出现格式错误 - JMSMessageReceiver 未知错误处理消息 org.apache.axiom.om.OMException: com.ctc.wstx.exc.WstxUnexpectedCharException: Unexpected character '{' (code 123) in序言;[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
4

1 回答 1

0

请删除代码中的格式和内容类型参数,然后您将收到正确的消息

于 2013-08-29T07:14:14.167 回答