我试图通过在XML-test-cases中定义动作,使用柑橘框架从web-sphere mq队列接收消息。如下图所示。
<receive endpoint="jms:Queue_Name?timeout=1000">
<selector>
<element name="correlationId" value="303132333435363738393130313131323133313431353136"
</selecotr>
<message>
</message>
</receive>
我尝试使用十六进制值和ASCII值提及相关ID,但我无法收到消息ACTION TIME OUT EXCEPTION
。我交叉检查了WEB-SPHERE MQ中存在的相关ID,并在xml中提到了相关ID。但是如果没有选择标记,我可以根据时间获取首先插入队列的消息。
答案 0 :(得分:0)
您必须提供相关ID值,这样才能适合您
a = yellow, b = 1, c = 5, d = 6
a = blue, b = 2, c = 8, d = 3
a = yellow, b = 3, c = 4, d = 7
a = blue, b = 4, c = 9, d = 1