Author |
Message
|
user123 |
Posted: Wed May 18, 2005 8:17 am Post subject: JMS |
|
|
Newbie
Joined: 20 Jan 2005 Posts: 8
|
Hi,
OS is Aix. Through JMS, we put messages on to queues. We have JMS scripts and other configurations set. But whenever we restart the portal server, the queues are not cached and we need to run those JMS scripts. Any suggestion, what needs to be set so that no need to run those scripts everytime the server is restarted.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 18, 2005 8:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You need to be a lot more specific.
Which Portal Server are you running?
What JMS Provider are you using?
What scripting mechanism are you using?
How are you "creating" these queues?
But let me make some guesses, using my non-existant crystal ball.
You are using WebSphere Portal Server, version 5.0 or greater. You have previously migrated from running WPS version 4.x.
You are using the WebSphere MQ JMS Provider.
You are using JMSAdmin to create your JNDI entries - which as documented is creating them in a non-persistant part of the WAS JNDI name space.
If these guesses are all correct - then you need to recreate your JNDI entries using the WebSphere Administration Console or wsadmin, instead of JMSAdmin. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
user123 |
Posted: Wed May 18, 2005 9:07 am Post subject: |
|
|
Newbie
Joined: 20 Jan 2005 Posts: 8
|
Yes u right. So u say that by defining JNDI entries through Admin console would not cause this problem. But why?? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 18, 2005 9:11 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
user123 wrote: |
Yes u right. So u say that by defining JNDI entries through Admin console would not cause this problem. But why?? |
Because that's what the documentation says. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Wed May 18, 2005 9:36 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
But let me make some guesses, using my non-existant crystal ball. |
That's an awesome guess Jeff.
Right on the point. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 18, 2005 10:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
vennela wrote: |
That's an awesome guess Jeff.
Right on the point. |
Elementary, my dear Vennela....  _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
user123 |
Posted: Wed May 18, 2005 11:24 am Post subject: |
|
|
Newbie
Joined: 20 Jan 2005 Posts: 8
|
Thanks for the response. I will try the option.
Do u have the link to the document?? |
|
Back to top |
|
 |
|