• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Question regarding Tibco JMS and OAS

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

I configured Tibco JMS Provider with Oracle App. Server 10.1.3. I have some of the following concerns.

1. How do I make sure my MDB deploys even if the JMS Provider is currently down. As currently if the Provider is not available I am not able to deploy the MDB. Is there any kind of setting available I can provide i.e. let the MDB deploy and once the Provider comes up MDB starts pulling messages automatically. As there may be case that when MDB is deployed the Provider is up but can go down after that and come-up back again. How do I make sure my MDB does not go down.

2. I have one custom class that I want to load at server startup time and be available to all the applications deployed in Oracle App. Server. As currently in Weblogic I can load the class at server startup time. But don't know how can I do that in Oracle App. Server.

I tried posting it in Oracle Forums but nobody ever replies back so wondering if someone have any experience with Oracle App. Server and can provide some feedbacks.

Thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic