• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JBM Reconnect

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I am using JBoss AS 4.2.3 GA and JBM 1.4.3 SP3.
In my application there are MDB which are listening to the external TIBCO queues.
I have configured a JMS Provider, Connection Factory to connect to the external TIBCO queues.

Here is the conetent :

the tibco-jms-ds.xml


Now, there is a problem which I am facing :
1. I lose connection to the TIBCO queues, i.e. my MDB stops listening to the queue anytime and then I have to restart the JBoss AS to get it working.

2. There are Failover TIBCO servers, so how do I implement Failover values in my jms-ds.xml ? Is it by adding the entire URL comma separated like :
java.naming.provider.url=tibjmsnaming://XXXXX:XXXXXX,tibjmsnaming://ZZZZZZ:ZZZZZZ,tibjmsnaming://YYYYYY:YYYYY ??

3. For issue 1, I read there is a reconnect parameter which would keep reconnecting to the tibco queues if the connection is not established or broken. Where do I specify the reconnect value.

Any help on this would be appreciated. I am very new to JBM.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic