users@genericjmsra.java.net

Re: Problem MDB in SJSAS8.1 with WSMQ6

From: Binod <Binod.Pg_at_Sun.COM>
Date: Wed, 17 May 2006 16:37:02 +0530

Hi,

> Hello,
>
> The reason for this post is that we are having trouble getting XA to
> work with the genericjmsra in combination with SJSAS en WSMQ
>
> We've been using your connector for a year now and we are really
> satisfied.

Glad to hear that...

> We use your connector to connect our Sun Application server 8.1 to a
> Websphere MQ 6.0
>
> We would like to enable XA support.
> However if we enable XA support the messages are not delivered the our
> MDB.
>
> This is our setup:
>
> - One SJSAS 8.1 server
> - One WSMQ 6.0 server
> - Two ears
> -> One ear is our real application (let us call it A) which sends
> messages on queue1 and
> listens for messages on queue2(*)
> -> Another ear is a mock for our B2B partner (let us call it B).
> this ear listens on queue1 and
> sends "dummy answer" messages back to queue2.(**)
> (*) The MDB in application A has a transaction type of Required:
> (**) The MDB in application B has a transaction type of NotSupported.
>
> This is wat we see:
>
> We send a message in application A on to queue1, which is correctly
> picked up by the MDB of application B (NotSupported?). An answer is
> send back from application B onto queue2.
> Then the message is never delivered to the MDB of application A
> (Required).
> We also see that the connections to the WSMQ6 are increasing even
> beyond the maximum pool size of the connection factory.

MDB just uses one physical connection. Then there is server session
pool. However
a JMS provider is free to create as many connections as it want to the
provider.
That would not be related to the RA configuration.

>
>
> Solutions we have tried:
> - Upgrading ot the latest version of the genericra (1.6)
> - Setting the RMPolicy parameter on the resource adaptor to
> "OnePerPhysicalConnection"

RMPolicy setting is mandatory for MQ series.

I assume you have the extended transaction client of MQ installed and
that is in the classpath
of appserver.

Which version of JDK are you using? What is the windows version?

Also, is it possible for you to produce a thread dump of the application
server JVM and send
it to us?

Are you seeing this issue only in windows or in other platforms also? I
remember someone
hitting some thing like this while using an older version of Linux. He
had to upgrade the kernel
to get it working.

- Binod.

>
> This is the logfile:
>
> [#|2006-05-17T12:08:38.613+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|JMS
>
> provider is getting the ServerSession|#]
>
> [#|2006-05-17T12:08:38.613+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|Creating
>
> the ServerSession|#]
>
> [#|2006-05-17T12:08:38.628+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|Created
>
> new ServerSession|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|RMPolicy
>
> :null|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|Message
>
> provider got the session :com.ibm.mq.jms.MQQueueSession_at_1c1dfc|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|Provider
>
> is starting the message consumtion|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|ProviderIntegrationMode
>
> jndi|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=22;|GenericJMSRA
>
> - getInstance() orig
> com.sun.genericra.GenericJMSRA_at_19bb6b77{ConnectionFactoryClassName =
> null},{QueueConnectionFactoryClassName =
> null},{TopicConnectionFactoryClassName =
> null},{XAConnectionFactoryClassName =
> null},{XAQueueConnectionFactoryClassName =
> null},{XATopicConnectionFactoryClassName = null},{QueueClassName =
> null},{TopicClassName = null},{UnifiedDestinationClassName =
> null},{ConnectionFactoryProperties = null},{JndiProperties =
> java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes},{ProviderIntegrationMode
>
> = jndi},{CommonSetterMethodName = null},{SupportsXA = true},|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Now
>
> running the message consumption|#]
>
> [#|2006-05-17T12:08:38.660+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Creating
>
> message endpoint : null|#]
>
> [#|2006-05-17T12:08:38.675+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> jndi|#]
>
> [#|2006-05-17T12:08:38.675+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|GenericJMSRA
>
> - getInstance() orig
> com.sun.genericra.GenericJMSRA_at_19bb6b77{ConnectionFactoryClassName =
> null},{QueueConnectionFactoryClassName =
> null},{TopicConnectionFactoryClassName =
> null},{XAConnectionFactoryClassName =
> null},{XAQueueConnectionFactoryClassName =
> null},{XATopicConnectionFactoryClassName = null},{QueueClassName =
> null},{TopicClassName = null},{UnifiedDestinationClassName =
> null},{ConnectionFactoryProperties = null},{JndiProperties =
> java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes},{ProviderIntegrationMode
>
> = jndi},{CommonSetterMethodName = null},{SupportsXA = true},|#]
>
> [#|2006-05-17T12:08:38.816+0200|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.stream.out|_ThreadID=21;|12:08:38
>
> INFO [httpWorkerThread-8082-0]: User:ANONYMOUS : execution(void
> com.ardatis.ventouris.service.aanvraag.ejb.AanvraagManagerBean.addAanvraagKwijtschelding(NieuweAanvragenKwijtscheldingRSVZTO))
>
> - 9375ms
> |#]
>
> [#|2006-05-17T12:08:39.175+0200|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.stream.out|_ThreadID=21;|12:08:39
>
> INFO [httpWorkerThread-8082-0]: User:ANONYMOUS :
> execution(DossierDetailTO
> com.ardatis.ventouris.service.dossier.ejb.DossierManagerBean.getDossierDetailTO(String))
>
> - 140ms
> |#]
>
> [#|2006-05-17T12:08:39.331+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Binod.IN:
>
> Created endpoint : |#]
>
> [#|2006-05-17T12:08:39.331+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Message
>
> provider got the session :com.ibm.mq.jms.MQQueueSession_at_1c1dfc|#]
>
> [#|2006-05-17T12:08:39.331+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Now
>
> it is feeding the message to MDB instance|#]
>
> [#|2006-05-17T12:08:39.441+0200|INFO|sun-appserver-pe8.1_02|javax.enterprise.system.stream.out|_ThreadID=23;|12:08:39
>
> INFO [p: thread-pool-1; w: 2]: BOODSCHAP VERZONDEN NAAR RSVZ:
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header><RequestInitiatorID
>
> xmlns="http://www.rsvz-inasti.fgov.be/schemas/B2B/Exchanges">63000000062</RequestInitiatorID><MessageID
>
> xmlns="http://www.rsvz-inasti.fgov.be/schemas/B2B/Exchanges">063020000000801</MessageID></SOAP-ENV:Header><SOAP-ENV:Body><CanAcquitRequest
>
> xmlns="http://www.rsvz-inasti.fgov.be/schemas/B2B/Exchanges"><INSS>70010100485</INSS><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20041</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20021</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20042</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20034</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20031</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20044</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20023</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20022</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20051</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20032</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20024</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20043</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal><Acquittal><SIFCode>002</SIFCode><RequestDate>2006-05-17T00:00:00+02:00</RequestDate><RequestType>C</RequestType><Quarter>20033</Quarter><ContributionType>2</ContributionType><ContributionDemanded>208.00</ContributionDemanded><ContributionNotPaid>208.00</ContributionNotPaid><QuarterlyIncreaseDemanded>10.50</QuarterlyIncreaseDemanded><YearlyIncreaseDemanded>0.00</YearlyIncreaseDemanded><IncreaseNotPaid>10.50</IncreaseNotPaid><IncreaseCalculationDate>2005-01-01+01:00</IncreaseCalculationDate></Acquittal></CanAcquitRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
>
> |#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - no false yet|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - final: true|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|parseToProperties:java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes
>
> delimited:, seperator:=|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> : java.naming.security.authentication=none, separator:=|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> : java.naming.security.authentication:none|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> : java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,
> separator:=|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> :
> java.naming.factory.initial:com.sun.jndi.fscontext.RefFSContextFactory|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> :
> java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes,
>
> separator:=|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> :
> java.naming.provider.url:file:///C:/Sun/AppServer/domains/domain1/lib/classes|#]
>
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Properties
>
> passed to InitialContext ::
> {java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes,
>
> java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,
> java.naming.security.authentication=none}|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Looking
>
> the JNDI name :com.ardatis.ventouris.VentourisQueueConnectionFactory|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Created
>
> the object based on class
> :com.ibm.mq.jms.MQXAQueueConnectionFactory|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|About
>
> to set properties on
> com.ibm.mq.jms.MQXAQueueConnectionFactory_at_68879ef8|#]
>
> [#|2006-05-17T12:08:41.613+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|parseToProperties:null
>
> delimited:, seperator:=|#]
>
> [#|2006-05-17T12:08:41.628+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.628+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.628+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - no false yet|#]
>
> [#|2006-05-17T12:08:41.628+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - final: true|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - no false yet|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - final: true|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> Matching managed connections ->Physical Session -> nullPhysical
> Connection com.ibm.mq.jms.MQXAQueueConnection_at_986a61Super ->
> com.sun.genericra.outbound.ManagedConnection_at_1a9d3ec|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[ManagedConnection]
>
> On getConnection|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - no false yet|#]
>
> [#|2006-05-17T12:08:41.660+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[AbstractMCF]
>
> equals - final: true|#]
>
> [#|2006-05-17T12:08:41.675+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|RMPolicy
>
> :null|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Returning
>
> physical destintion null|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> jndi|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|GenericJMSRA
>
> - getInstance() orig
> com.sun.genericra.GenericJMSRA_at_19bb6b77{ConnectionFactoryClassName =
> null},{QueueConnectionFactoryClassName =
> null},{TopicConnectionFactoryClassName =
> null},{XAConnectionFactoryClassName =
> null},{XAQueueConnectionFactoryClassName =
> null},{XATopicConnectionFactoryClassName = null},{QueueClassName =
> null},{TopicClassName = null},{UnifiedDestinationClassName =
> null},{ConnectionFactoryProperties = null},{JndiProperties =
> java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes},{ProviderIntegrationMode
>
> = jndi},{CommonSetterMethodName = null},{SupportsXA = true},|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> jndi|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|setResourceAdapter
>
> com.sun.genericra.GenericJMSRA_at_19bb6b77{ConnectionFactoryClassName =
> null},{QueueConnectionFactoryClassName =
> null},{TopicConnectionFactoryClassName =
> null},{XAConnectionFactoryClassName =
> null},{XAQueueConnectionFactoryClassName =
> null},{XATopicConnectionFactoryClassName = null},{QueueClassName =
> null},{TopicClassName = null},{UnifiedDestinationClassName =
> null},{ConnectionFactoryProperties = null},{JndiProperties =
> java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes},{ProviderIntegrationMode
>
> = jndi},{CommonSetterMethodName = null},{SupportsXA = true},|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|ProviderIntegrationMode
>
> null|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[Destination]Creating
>
> destination using jndiName
> com.ardatis.ventouris.VentourisAnswerQueue|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|parseToProperties:java.naming.security.authentication=none,java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes
>
> delimited:, seperator:=|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> : java.naming.security.authentication=none, separator:=|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> : java.naming.security.authentication:none|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> : java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,
> separator:=|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> :
> java.naming.factory.initial:com.sun.jndi.fscontext.RefFSContextFactory|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|PropertyValuePair
>
> :
> java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes,
>
> separator:=|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Property
>
> :
> java.naming.provider.url:file:///C:/Sun/AppServer/domains/domain1/lib/classes|#]
>
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Properties
>
> passed to InitialContext ::
> {java.naming.provider.url=file:///C:/Sun/AppServer/domains/domain1/lib/classes,
>
> java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory,
> java.naming.security.authentication=none}|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Looking
>
> the JNDI name :com.ardatis.ventouris.VentourisAnswerQueue|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Created
>
> the object based on class :com.ibm.mq.jms.MQQueue|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|About
>
> to set properties on
> queue://MQSVENT/VENTOURIS.DEVEL50656.RCV.LQ?expiry=2000000&persistence=1|#]
>
>
> [#|2006-05-17T12:08:41.691+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|parseToProperties:null
>
> delimited:, seperator:=|#]
>
> [#|2006-05-17T12:08:41.691+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Physical
>
> destintion typecom.ibm.mq.jms.MQQueue|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|JMS
>
> provider is getting the ServerSession|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|Creating
>
> the ServerSession|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> close() called - txinprogress false|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> closeAllJMSEntities|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> closing message consumers 0|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> closing message producers 1|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> closing message producer
> com.sun.genericra.outbound.MessageProducerProxy_at_10f18b3|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[SessionAdapter]
>
> closing queue browsers 0|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[ManagedConnection]
>
> Sending CONN_CLOSED event|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINEST|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|[ManagedConnection]
>
> MC::cleanup - tx in progress ? false|#]
>
> [#|2006-05-17T12:08:41.816+0200|FINE|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Binod.OUT:
>
> released endpoint : |#]
>
> [#|2006-05-17T12:08:41.816+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=23;|Freed
>
> the resource now|#]
>
> [#|2006-05-17T12:08:41.831+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|JMS
>
> provider is getting the ServerSession|#]
>
> [#|2006-05-17T12:08:41.831+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|Creating
>
> the ServerSession|#]
>
> [#|2006-05-17T12:09:41.847+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|JMS
>
> provider is getting the ServerSession|#]
>
> [#|2006-05-17T12:09:41.847+0200|FINER|sun-appserver-pe8.1_02|com.sun.genericjmsra|_ThreadID=24;|Creating
>
> the ServerSession|#]
>
> We would really appreciate it if you could help us further on this
> problem.
> Thanks in advance,
>