質問

In messageProducer method send I receive JMSException during publish. What are possible reason? What can happen during publish that produced JMSException? Thanks.

役に立ちましたか?

解決

While publishing message on jms topic below exceptions are possible,

  1. JMSSendException - If JMS send operation is failed.
  2. JMSInvalidInputException - If input to the activity is not valid.
  3. JMSMessageCreateException - If JMS message is not be created.
  4. JMSSessionCreateException - If JMS session is not be created.

You can refer the doc 'TIBCO ActiveMatrix BusinessWorks - Error Codes' for more details.

Thanks.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top