WMQ キューから JMS メッセージを取得するアプリケーションがあります。アプリが Tomcat にデプロイされている場合は問題ありません。ただし、アプリが WAS7 にデプロイされている場合は、次の例外が発生します。
org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured
during JMS processing; nested exception is com.ibm.msg.client.jms.DetailedJMSException:
JMSWMQ2008: Failed to open MQ queue 'BOURSE_RECEIVE_QUEUE'. JMS attempted to perform an
MQOPEN, but WebSphere MQ reported an error. Use the linked exception to determine the
cause of this error. Check that the specified queue and queue manager are defined
correctly.; nested exception is com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call
failed with compcode '2' ('MQCC_FAILED') reason '2318' ('MQRC_SELECTOR_NOT_SUPPORTED').
correlationID
また、セレクターなしでメッセージを使用して受信しない場合(に設定されていcorrelationID
ます)、問題はありません。しかし、私はこの機能が必要です。
何か案は?