Re: MQ V5.0 - problems start sender channel

2003-12-15 Thread Nick Dilauro
Alex,   Do you have triggering set up for the channel?  Without this you won't get the channel to start automatically.  The other option is to set the disconnect interval of the channel so that it never stops, but this could cause you problems if the channel stops because of a network pr

Re: JMS XA

2003-12-15 Thread Yuriy Chornyy
Bobbee, JTA/JDBC coordination is only available by using MQSeries base Java which allows MQSeries to act as a XA Resource Coordinator for a database ( currently DB2 and Oracle only ). I don't believe a JMS client can be involved in XA transaction with MQSeries without an application server.

Re: JMS XA

2003-12-15 Thread Christopher Frank
Art, >>>If you don't have WAS (or any other App Svr), you can use >>>the MQ Extended Transactional Client ($$$) to perform XA >>>transactions. It'll cost you about the same as a full-blown >>>MQ server, but it gets you what you want. I'm note sure that is correct. My understanding is that when us

Re: JMS XA

2003-12-15 Thread Christopher Frank
Bobbie, >>>Can a JMS XA transaction occur between a JAVA application and >>>MQSeries without an application server (eg WAS)?? I believe not. Regards, Christopher Frank Sr. I/T Specialist - IBM Software Group IBM Certified Solutions Expert - Websphere MQ & MQ Integrator -

Re: JMS XA

2003-12-15 Thread Art Schanz
bobbee,   If you don't have WAS (or any other App Svr), you can use the MQ Extended Transactional Client ($$$) to perform XA transactions.  It'll cost you about the same as a full-blown MQ server, but it gets you what you want.   However, if you DO have WAS, the XA support comes w/ it, when you i

JMS XA

2003-12-15 Thread Robert Broderick
Can a JMS XA transaction occur between a JAVA application and MQSeries without an application server (eg WAS) bobbee _ Browse styles for all ages,

New forum for Capitalware Inc. at www.mqseries.net

2003-12-15 Thread Roger Lacroix
All, Capitalware Inc. would like to announce a new forum at http://www.mqseries.net . Please post any comments or questions about Capitalware Inc.'s products and/or services in this new forum. This includes your comments or questions about the newly released MQ Visual Edit (a stand- alone messag

Clustering - AMQ9412 - how can i resolve this

2003-12-15 Thread Hashir, Mehedi
The QueueManger(B) which is sending repository messages to the full repository queue manager(A) is using an invalid queue manager id.The queue Manager id is a combination of the queue manager name and timestamp(created time) Ex: A_2002-02-25_14.03.35 The queue manager(A) was recreated. Removed (s

Re: HACMP & MQ Cluster

2003-12-15 Thread Pavel Tolkachev
Helllo Syed, I have never had exactly same problem but you might want to try reading the PDF file coming with the support pac mc63 -- among the others it discusses how HACMP and MQ clusters can be configured to live together. Hope this will help, Pavel ewqqwe sdrtqwfwe

Re: OS390 SYNCQ

2003-12-15 Thread Glen Shubert
The SYNCQ is where the sequence numbers are stored, along with other pertinent channel information.  There can be multiple messages per channel, so you really can not determine anything by the number of messages.  You can clear the SYNCQ, but will have to reset your sequence numbers for all of you

MQ V5.0 - problems start sender channel

2003-12-15 Thread Alex A. L. Sousa - BMS
Hi all,     I had to delete a sender channel on MQ version 5.0 / Windows NT 4.0 and I created the channel again. Now the queue manager starts fine, but the sender channel does not start automatically (there isn't any information in the log of start channel in the event viewer). I have to sta

OS390 SYNCQ

2003-12-15 Thread Kerry Swemmer
Hi All,   What's the deal with the SYNCQ? Are the contents critical, or can one clear it? What can one deduce by looking at the number and content of messages on the SYNCQ? I'm busy grappling with a funny where one of our Requesters always have a status of Stopped after an IPL, and was thinking