Hi Niels,
As you have explained in the latest e-mail, extended transaction client
is a must.
> Hello Binod,
>
> First of all I would like to thank you for your quick response!
>
> On 5/17/06, Binod <Binod.Pg_at_sun.com> wrote:
>
>> 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.
>>
>
> Is there any way to limit these number of connections.
> Because another problem we see when we enable XA is that the MQ
> queuemanager is going down because of too many open connections (it's
> a pretty big project where a lot of developers are writing code, which
> all have there own "test" queue on one MQ server)?
Lets solve the XA related issue first. It should be a side effect, as
we have never seen some thing like this in our tests.
>
>> >
>> >
>> > 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.
>
>
> This is something I have to ask to the people who installed the MQ
> Server.
> I will get back to you as soon as I have an answer from them.
> Concerning the classpath: I don't think we include any MQ transaction
> related jars in the classpath. Following are some jars which we do
> include in the classpath:
>
> - fscontext.jar
> - providerutil.jar
> - com.ibm.mq.jar
> - com.ibm.mqjms.jar
>
> The com.ibm.mq.* jars contain the driver classes.(including the XA
> driver) I don't know if this enough?
Extended transaction client is another jar file (dont remember the name,
but remember
that the name contains "etcclient")
>
>>
>> Which version of JDK are you using? What is the windows version?
>
>
> JDK version: Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.5.0_05-b05)
> Windows version: Windows XP Professional Version 2002 SP2
>
>>
>> Also, is it possible for you to produce a thread dump of the application
>> server JVM and send
>> it to us?
>
>
> I don't know if this is what you've asked but I downloaded a program
> called "stacktrace"
> (http://tmitevski.users.mcs2.netarray.com/tracedownload.do;jsessionid=94121EBECCCC2AE2FF1D27DE600BEEED)
>
> and then I've selected the appserv.exe application. Then the program
> outputted the data as you can see in the attached file. Please let me
> know if this isn't what you're looking for.
Yes. That was what I was looking for.
>
>>
>> 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.
>
>
> At the moment we have only tried this locally on our development
> environment.
> Our production environment will be a Sun Solaris 10 (so no linux). We
> haven't tried to reproduce the problem there because we weren't able
> to check in, due to failing JUnit tests.
> If it's necessary to reproduce the problem there please let me know I
> will do my best to reproduce it there.
We did our testing on Solaris 10. So, ideally, things should be fine as soon
as you install extended transaction client.
Good luck.
- Binod.
>
>>
>> - 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,
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_genericjmsra.dev.java.net
>> For additional commands, e-mail: users-help_at_genericjmsra.dev.java.net
>>
>>
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_genericjmsra.dev.java.net
>For additional commands, e-mail: users-help_at_genericjmsra.dev.java.net
>