| Author |
Issue with jboss tibco integration after tibco EMS restart
|
ravikanth reddy
Ranch Hand
Joined: Aug 18, 2009
Posts: 43
|
|
1. I have set up Tibco EMS Server
2. JBOSS4.2.3GA with jobs messaging
3. Two queues hosted in TIbco server firstQueue, secondQueue
4. I have consumer in JBOSS for firstTibcoQueue (FirstQueueBean.java)
5. I have session bean in jboss SecondQueueBean.java in the same server instance(same.ear) it post message on to secondTibcoQueue
Here the problem is, if Tibco server goes down in between, after that my MDB FirsQueueBean unable to consume message from the firstTibcoQueue.
But I am able to send messages on secondTibcoQueue.
I have monitored jboss logs after Tibco restart my server is able to reconnect successfully.
I am able to post the message but unable to consume the message.
Could you please let me know what is the problem here? Is I am missing any configuration. I have configured this instance as per JBOSS documentation.
tibco-ds.xml
Could you please let me know why my consumer is not able to reconnect to Tibco Server?
|
Ravikanth Malyala
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
Is this EJB2.x MDB or a EJB3 MDB?
|
[My Blog] [JavaRanch Journal]
|
 |
ravikanth reddy
Ranch Hand
Joined: Aug 18, 2009
Posts: 43
|
|
Thanks for the reply.
It is ejb2.1 mdb.
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8141
|
|
|
From what I know, by default, the "ReconnectIntervalSec" is set to 10 seconds for the MDBs unless you have overridden it http://community.jboss.org/wiki/ConfigJBossMDB
|
 |
ravikanth reddy
Ranch Hand
Joined: Aug 18, 2009
Posts: 43
|
|
Hi Jaikiran,
I have overriden this value in jboss.xml
jboss.xml
When tibco server is down I can see below error messgage in the logs
javax.jms.JMSException: Failed to connect to the server at tcp://dingo:7222
when tibco srver is up jboss server is able to reconnect successfully.
|
 |
 |
|
|
subject: Issue with jboss tibco integration after tibco EMS restart
|
|
|