How to Configure the JMS Channels in TIBCO Business Events (BE) engine to reconnect to a JMS server after connection gets lost?

How to Configure the JMS Channels in TIBCO Business Events (BE) engine to reconnect to a JMS server after connection gets lost?

book

Article ID: KB0090300

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
BE reconnects to JMS channels when the following property is specified:

be.jms.reconnect.timeout  &ltnon-zero value in sec>

The be.jms.reconnect.timeout property value is in seconds, and the default value is 0 with which BE will not try to reconnect. You need to explicitly specify this property with a non-zero value, in the deployed BE application tra file.

Note: You can use either be.jms.reconnect.timeout or com.tibco.tibjms.connect.attempts. If you set both the properties, then the property com.tibco.tibjms.connect.attempts takes precedence.

Please Refer to TIBCO Business Events 3.0.1 Users Guide, Chapter 2, Working with Channels and destinations for complete details.

Issue/Introduction

How to Configure the JMS Channels in TIBCO Business Events (BE) engine to reconnect to a JMS server after connection gets lost?