Re: JMS and MQSeries

2003-02-06 Thread Pope, Ben
Jay, I've run into the same situation and it appears the solution is different depending on which way the message flows. For JMS -> C, set the TARGCLIENT attribute on the Q object in the JMS context to "MQ" (the default is "JMS") and the JMS message that is produced will not have the RCF2 header

Clustering on iSeries

2002-12-03 Thread Pope, Ben
Apologies for such a simple question but the AS/400 is as alien to me as walking on the moon.  Does MQ 5.2 on the iSeries support clustering? Looking at the documentation (5th addition) it states the docs apply to 5.3 for iSeries but I haven't found anything that mentions the minimum versio

Re: Retrying Channel Status?

2002-11-25 Thread Pope, Ben
:41 AM PST Please respond to "MQSeries List" <[EMAIL PROTECTED]> Sent by:"MQSeries List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject:Re: Retrying Channel Status? Can it be connected with the length of the message? Ping message is short. Eugene Rosenb

Retrying Channel Status?

2002-11-20 Thread Pope, Ben
Title: Retrying Channel Status? I've got a situation between an Win2K (5.3) and AS/400 (5.2) box with a sender channel stuck in retrying mode.  If I manually stop the channel I can ping it successfully.  Initially, I could even manually start it and it appeared to be running fine.  As soon

MQMQ MsgID - valid characters

2002-11-20 Thread Pope, Ben
Title: MQMQ MsgID - valid characters I have a situation where I need to pass the MsgId contents as part of an XML message. What I've found in the docs describes how the field in constructed by the queue manger but it is described as being simply "a byte field".  Are there any details as to

Re: Any sites with many MQSeries servers?

2002-10-24 Thread Pope, Ben
We had about 70 qmgrs. Since we already had a metadata DB to manage information for the product, we used that DB to store information about entities in the MQ environment. One of the DB guys wrote a tool that read the metadata and could generate a configuration script. Worked really well since th

Re: MQSeries and Java Exception Output

2002-10-23 Thread Pope, Ben
If you want to selectively deal with exceptions (e.g., ignore some) then, instead of setting MQExcetption.log to null (which will send all of them to the bit bucket) you can create your own version of an OutputStreamWriter and deal with the error codes however you want. Create the customer strea