Re: New supportpac MA0T

2004-05-31 Thread Jiede J Yang
Tim: Thanks for the package. However, since you wrote it in Microsoft C++ tool, then it is applicable to Windows only. However, I do have a similar tool with Java if any body is interested Thanks. Jerry Yang, Ph. D. Certified Consulting IT Architect (J2EE & .Net) IBM Architect Board M

Re: CSD05 experiences

2004-02-03 Thread Jiede J Yang
We have been using this CSD in production. So you can relax and use it... Thanks. Jerry Yang, Ph. D. Certified Consulting IT Architect (J2EE & .Net) IBM Architect Board Member eBI, AIS, AMS, IBM Global Services Cell: 714-671-8038 Email with Visa: [EMAIL PROTECTED] Phone with Visa: 650-432-

unsbscribe

2003-11-17 Thread Jiede J Yang
[EMAIL PROTECTED] Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Max Channels

2003-04-03 Thread Jiede J Yang
All: Background: MQ (5.3.0.1) Server is running on a Win2k Server machine. There is one MQ Q manager for this issue. There are 3 local Qs in the Q manager. The Max channel and max active channels has been set to 1000. A local Win2k Service was used to put message into the qs. C

Re: How to Monitor queue size full

2003-04-03 Thread Jiede J Yang
Look into the Event Monitor book in the MQ Info Center, you can rely on soultino from there Thanks. Email: [EMAIL PROTECTED] mqm mqm <[EMAIL PROTECTED]To: [EMAIL PROTECTED] O.UK>cc:

Re: XML blob as MQ Message

2003-02-21 Thread Jiede J Yang
The only thing I want to add is: size. base64 is good. However, it will generate text 1/3 larger than the original binary. There are other scheme to make it compacted. If you want to get into more, pls send me an email: [EMAIL PROTECTED] Thanks. Jerry Timm Br

Re: Maximum Channels allowed

2003-01-29 Thread Jiede J Yang
I used a value as large as 2400 on AIX with 24 processors. Email: [EMAIL PROTECTED] |-+---> | | "Siegman, Polly"| | || | | Sent by: MQSeries | | | List

MQ Java Client Connection with 2009 Error: Solved

2003-01-22 Thread Jiede J Yang
All: I asked a question on Monday or so on MQ Java Client connection error 2009 for Win 2k platform with MQ 5.3.0.1. I got some responses (thanks). The solution was found through MQ PMR. 1. On my laptop, set a system environment variable called MQNOREMPOOL to anything (I used 'abc'). 2. Resta

Re: Urgent: MQ 5.3.0.1 Win2K Platform, 2009 Error

2003-01-22 Thread Jiede J Yang
[mailto:[EMAIL PROTECTED]] On Behalf Of Jiede J Yang Sent: 22. januar 2003 16:36 To: [EMAIL PROTECTED] Subject: Urgent: MQ 5.3.0.1 Win2K Platform, 2009 Error All: I have created a short recipes to recreate the MQ 2009 error on my laptop (Win 2k professional with MQ5.3.0.1). Please look into the

Urgent: MQ 5.3.0.1 Win2K Platform, 2009 Error

2003-01-22 Thread Jiede J Yang
All: I have created a short recipes to recreate the MQ 2009 error on my laptop (Win 2k professional with MQ5.3.0.1). Please look into the file. It should be easy for some body to spot the problem from my recipes. Some body out there solved this one before. Appreciate your input. Thanks.

Re: Client Connection from Java on Laptop with Error 2009

2003-01-21 Thread Jiede J Yang
PM | | | | |-+---> >---| | | | To: MQSeries List <[EMAIL PROTECTED]> | | cc: Jiede J Yang/Santa M

Client Connection from Java on Laptop with Error 2009

2003-01-21 Thread Jiede J Yang
All: I have MQ running on my laptop (no fixed TCP IP). When I used java MQIVP to check my binding connection, it is a success. However, when I used java MQIVP to check my client connection, I got an error 2009. Before the check, I have created a SVRCONN channel and started the listener (like the

Setup WSAD & JMS & Message Driven Bean

2002-10-11 Thread Jiede J Yang
All: I am trying to setup WSAD 5.0 EA to work with JMS and Driven Bean with MQ as service provider (MQ 5.2). I have one reference paper with WSAD 4.0.3 with JMS. However, the reference does not work with WSAD 5 since many changes has happened. The error I got is related with IIOP. Please share

Re: MQSeries Architecture

2002-08-28 Thread Jiede J Yang
Jason: I can help you to rule out one of the 3 listed easily: If you plan to have 3 or less applicatinos to communicate with each other, then point-to-point is good. If you have more than 3 now and in the future, then p-to-p will be not a good option. Jerry "Harmann, Craig" <[EMAIL PROTECTED]

Re: Peek Messages With a Given CorrID

2002-08-14 Thread Jiede J Yang
all messages for the user?" Answer: To browse the msg related specific user, Use MQGET with Browse option and match CorrID option and set the user ID into the CorrelID field of the MQMD struct used for MQGET. Rgds, Palavesam.S -----Original Message- From: Jiede J Yang [mailto:[EMAIL PROT

Peek Messages With a Given CorrID

2002-08-13 Thread Jiede J Yang
All: There is 1 queue involved. Server side puts messages to the Q with a corrID as the user login ID. All messages for a given user will have the same corrID which is the user login ID. Client side will peek on the messages and put into a UI list or tree. The questions is: how can I peek (wi

MQ C++ Client Connect to MQ Server Through Connection Channel

2002-07-29 Thread Jiede J Yang
Can some body drop some sample code for me for the scenario C++ on Win2k with MQ Client <--> MQ Server on AIX. Please include some info on installation and config for the client pls. Thanks. Jerry [EMAIL PROTECTED] Cell: (626) 524 - 2554 Instructions for managing your mailing list subscript

AMQ6004 & 6138

2002-06-06 Thread Jiede J Yang
All: I have an application with C++ on AIX 4.3.3 connecting to MQ5.2. The application is running 'normal' except that AMQ6004 and AMQ6138 error messages are generated in the /var/mqm/errors directory. Any experience in dealing with this problem? Thanks. Jerry [EMAIL PROTECTED] Cell: (626)

Best Approaches to Clean Up Expired Messages

2002-06-03 Thread Jiede J Yang
All: We are on the way to decide the best way to handle expired message. Please shear your thought and experience here. Thanks. Jerry Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.

AIX MQ 5.2: Client Mode Does not Work on the same node )

2002-05-29 Thread Jiede J Yang
All: This is an urgent question. Please reply ASAP. On an AIX 4.3.3 node, we have installed MQ 5.2. We can use C++ to bind to MQ successfully and put message to it. When we try to pull message from Java we failed. The way we try to communicate with the MQ from Java is through svrconn channel