In messageProducer method send I receive JMSException during publish. What are possible reason? What can happen during publish that produced JMSException? Thanks.
Asked
Active
Viewed 479 times
0
-
Would you please show your code? – Masudul Jun 27 '13 at 17:57
-
please post more information – Jul 11 '13 at 11:38
1 Answers
1
While publishing message on jms topic below exceptions are possible,
- JMSSendException - If JMS send operation is failed.
- JMSInvalidInputException - If input to the activity is not valid.
- JMSMessageCreateException - If JMS message is not be created.
- JMSSessionCreateException - If JMS session is not be created.
You can refer the doc 'TIBCO ActiveMatrix BusinessWorks - Error Codes' for more details.
Thanks.

Subhash T.
- 58
- 1
- 6