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

try to reconnect to a queue whenever server is idle

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We use weblogic 8.1 SP5 and IBM MQ6 as a JMS queue.

The actual error message is following.

####<Jun 18, 2007 12:29:34 AM EDT> <Info> <EJB> <XXX-XXXXXX> <cgServer> <ExecuteThread: '4' for queue: 'weblogic.kernel.System'> <<anonymous>> <> <BEA-010060> <The Message-Driven EJB: N-MMGR has reconnected to the JMS destination: N-QUEUE.>

Our weblogic server print this error message everytime when the server is idle. And also our applicaition is idle even if there are 1,000 messages in the MQ waiting for arriving messages.

My doubt is each thread try to reconnect MQ every 3 seconds and it takes time to reconnect queue.

Does anybody experience similar problem?
I will attach the part of our configuration file.

<JMSServer Name="WSStoreForwardInternalJMSServercgServer"
Store="FileStore" Targets="cgServer">
<JMSQueue CreationTime="1178746875702"
JNDIName="jms.internal.queue.WSStoreForwardQueue"
JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSStoreForwardQueuecgServer"/>
<JMSQueue CreationTime="1178746875968"
JNDIName="jms.internal.queue.WSDupsEliminationHistoryQueue"
JNDINameReplicated="false" Name="WSInternaljms.internal.queue.WSDupsEliminationHistoryQueuecgServer"/>
</JMSServer>
<StartupClass Arguments="QManager=BMDBDS01QMD0,QMPort=1412,JNDIConnName=N-CONN-FACTORY,JNDIQueueName=N-QUEUE,Queue=BMW.S.WNP.MPE.MPEOUT,JNDIQManager=QM"
ClassName="aaa.bbb.MQJMSStartup"
DeploymentOrder="1000" FailureIsFatal="true"
LoadBeforeAppActivation="true" LoadBeforeAppDeployments="true"
Name="N-MMGR" Targets="cgServer"/>
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic