Re: Question On MQMD

2004-04-02 Thread Benjamin F. Zhou
PROTECTED] <[EMAIL PROTECTED] cc: RTFORD.COM> Subject: Re: Question On MQMD Sent by: MQSeries List <[EMAIL PROTECTED] AC.AT>

Re: Question On MQMD

2004-04-02 Thread Potkay, Peter M (PLC, IT)
Sounds like you have some application data to pass around. Application data belongs in the message buffer. There is no other field in the MQMD for this, other than the 32 bytes in the ApplicationIDData field (which by the way can't bet set by JMS apps). -Original Message- From: M

Question On MQMD

2004-04-02 Thread Mittal, Gaurav
According to MQ documents, 'Application Identity Data' field can be used by apps to set information, if required. By default this field allows only 32 characters, is there a way to increase the size of this field?? Or is there any other header property which can be used to set information upto 100

Re: JMS TO MQMD

2004-03-01 Thread Art Schanz
MORT)" <[EMAIL PROTECTED]> Sent by: MQSeries List <[EMAIL PROTECTED]> 03/01/2004 10:25 AM Please respond to MQSeries List                 To:        [EMAIL PROTECTED]         cc:                 Subject:        JMS TO MQMD Hi All, We are trying to send a message using JMS to non

Re: JMS TO MQMD

2004-03-01 Thread Christopher Frank
Hossam, >>>We are trying to send a message using JMS to non JMS application. >>>We need to send the MQMD header instead of JMS header. Any idea >>>or clues where should we start? See the TARGCLIENT ConnectionFactory property. It's documented in the WMQ Using Jav

Re: JMS TO MQMD

2004-03-01 Thread Nick Dilauro
TC(MQ)+ EXP(UNLIM) end Nick -Original Message- From: MQSeries List [mailto:[EMAIL PROTECTED] On Behalf Of Khedr, Hossam (GEI, MORT) Sent: Monday, March 01, 2004 7:26 AM To: [EMAIL PROTECTED] Subject: JMS TO MQMD Hi All, We are trying to send a message using JMS to non JMS applic

Re: JMS TO MQMD

2004-03-01 Thread Gangadhara Dontireddy
You could use the method setTargetClient() on the sender queue object and pass the parameter "JMSC.MQJMS_CLIENT_NONJMS_MQ" to that method. If this is done, the receiving application will be able to recieve MQMD header and no MQRFH2 field is produced. It worked for me. Ganges Khedr, H

Re: JMS TO MQMD

2004-03-01 Thread Roger Lacroix
plication. We need to > send the MQMD header instead of JMS header. Any idea or clues where should we > start? > > Thanks in advance, > Hossam Khedr > > Instructions for managing your mailing list subscription are provided in > the Listserv General Users Guide available at

JMS TO MQMD

2004-03-01 Thread Khedr, Hossam (GEI, MORT)
Hi All, We are trying to send a message using JMS to non JMS application. We need to send the MQMD header instead of JMS header. Any idea or clues where should we start? Thanks in advance, Hossam Khedr Instructions for managing your mailing list subscription are provided in the Listserv General

Re: data conversion if the channel is doing conversion do I need to set mqmd format to string?

2003-11-11 Thread Potkay, Peter M (PLC, IT)
channel is doing conversion do I need to set mqmd format to string? if the channel is doing conversion do I need to set mqmd format to string? Or will it convert the message data anyway? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide

Re: data conversion if the channel is doing conversion do I need to set mqmd format to string?

2003-11-11 Thread Randy J Clark
cc: Sent by: MQSeries Subject: Re: data conversion if the channel is doing List conversion do I need to setmqmd format to <[EMAIL PROTECTED] string?

Re: data conversion if the channel is doing conversion do I need to set mqmd format to string?

2003-11-11 Thread Gina McCarthy
conversion do I need to set mqmd format to string? if the channel is doing conversion do I need to set mqmd format to string? Or will it convert the message data anyway? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http

Re: data conversion if the channel is doing conversion do I need to set mqmd format to string?

2003-11-11 Thread Gutekunst, Brant
conversion do I need to set mqmd format to string? if the channel is doing conversion do I need to set mqmd format to string? Or will it convert the message data anyway? Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http

data conversion if the channel is doing conversion do I need to set mqmd format to string?

2003-11-11 Thread Randy J Clark
if the channel is doing conversion do I need to set mqmd format to string? Or will it convert the message data anyway? 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

JMS access to all of the MQMD fields

2003-10-22 Thread Wolfgang Rupprath
some attributes in the MQMD message desciptor, especially the ApplIdentityData field. We have not been able to find a way to read the MQMD data when the message is processed by JMS. The solution we currently think of is to replace the MDB with a servlet that listens to the same queue using

Re: MQMD.PutApplName (was Re: MQMD)

2003-06-06 Thread Wyatt, T. Rob
There goes Brian thinking outside the box again! -Original Message- From: Brian T. Shelden [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 4:37 PM To: [EMAIL PROTECTED] Subject: Re: MQMD.PutApplName (was Re: MQMD) > does anyone know how I can set the Application name in

Re: MQMD.PutApplName (was Re: MQMD)

2003-06-06 Thread Brian T. Shelden
does anyone know how I can set the Application name in the MQMD header. I have tried setting it using md.PutApplName = "MyName" but the MQ Client always takes the name of the of where the location of the application is and overwrites my value. Is there a flag I need to set as well?? mv p

Re: MQMD

2003-06-06 Thread Robert Broderick
PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: MQMD Date: Thu, 5 Jun 2003 13:29:27 +0100 I have setmqaut for this user on the Queue with the param of +allmqi is this the command you mean? "Robert Broderick" <[EMAIL PROTECTED]> Sent by: "MQSeries List" &

Re: MQMD

2003-06-06 Thread Jay Jayatissa
   MQSERIES         cc:                 Subject:        Re: MQMD Jay, If this is on a distributed queue manager, in the OAM the userid running the program needs setall authority to both the queue and the queue manager. -Tom == Tom Schneider / IBM

Re: MQMD

2003-06-05 Thread Jay H. Lang
is this the command you mean?     "Robert Broderick" <[EMAIL PROTECTED]> Sent by: "MQSeries List" <[EMAIL PROTECTED]> 05-Jun-2003 12:27 Please respond to "MQSeries List" <[EMAIL PROTECTED]>       To:    MQSERIES     cc:     

Re: MQMD

2003-06-05 Thread Jay Jayatissa
quot;MQSeries List" <[EMAIL PROTECTED]>                                         To:        MQSERIES         cc:                 Subject:        Re: MQMD You need to use the MQSETAUTH to grant your user the authorazation to perform this. >From: Jay Jayatissa <[EMAIL PROTECTED]> >Reply-To: MQSer

Re: MQMD

2003-06-05 Thread Tom Schneider
] == Jay Jayatissa <[EMAIL PROTECTED]> Sent by: MQSeries List <[EMAIL PROTECTED]> 06/05/2003 06:12 AM Please respond to MQSeries List To: [EMAIL PROTECTED] cc: Subject:Re: MQMD I have set MQOO_SET_ALL_CO

Re: MQMD

2003-06-05 Thread Robert Broderick
You need to use the MQSETAUTH to grant your user the authorazation to perform this. From: Jay Jayatissa <[EMAIL PROTECTED]> Reply-To: MQSeries List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: MQMD Date: Thu, 5 Jun 2003 11:12:23 +0100 I have set MQOO_SET_ALL_CONTEXT option i

Re: MQMD

2003-06-05 Thread Jay Jayatissa
ordano" <[EMAIL PROTECTED]> Sent by: "MQSeries List" <[EMAIL PROTECTED]> 04-Jun-2003 16:46 Please respond to "MQSeries List" <[EMAIL PROTECTED]>                                         To:        MQSERIES         cc:                 Subject:        Re:

Re: MQMD

2003-06-05 Thread Jay H. Lang
Application name in the MQMD header.  I have tried setting it using md.PutApplName = "MyName" but the MQ Client always takes the name of the of where the location of the application is and overwrites my value. Is there a flag I need to set as well??   cheers, Jay

Re: MQMD

2003-06-05 Thread Bruce Giordano
TED]> To: [EMAIL PROTECTED] cc: Sent by: MQSeries List Subject: MQMD <[EMAIL PROTECTED]> Wednesday June 4, 2

MQMD

2003-06-05 Thread Jay Jayatissa
Hi all, does anyone know how I can set the Application name in the MQMD header.  I have tried setting it using md.PutApplName = "MyName" but the MQ Client always takes the name of the of where the location of the application is and overwrites my value. Is there a flag I need to s

Re: MQMD setup by a non-MQ sender???!!!

2003-02-20 Thread Steve Muller
the > >>>messages would be sent to WMQI from AIX (in a > >>>send-and-forget fashion)without the involment of > >>>MQSeries. In other words, a program (not an MQ > >>>program) or a 3rd-party file sending software > will > >>>send the mess

Re: MQMD setup by a non-MQ sender???!!!

2003-02-20 Thread Tim Armstrong
Seriescc: List Subject: MQMD setup by a non-MQ sender???!!! 21/02/2003 03:48 Please respond to MQSeries List Hi all, I don't have all the details but I t

Re: MQMD setup by a non-MQ sender???!!!

2003-02-20 Thread Christopher Frank
program (not an MQ >>>program) or a 3rd-party file sending software will >>>send the messages after setting all the required MQMD >>>header and concatinating that with the App. data. >>>This approach makes me a bit nervous. Has anyone every >>>done this? Wh

MQMD setup by a non-MQ sender???!!!

2003-02-20 Thread Steve Muller
tware will send the messages after setting all the required MQMD header and concatinating that with the App. data. This approach makes me a bit nervous. Has anyone every done this? What are the things to watch for? Thanks for all of your input, Steve

Re: IMS BRIDGE Queues and MQMD-PRIORITY

2003-02-05 Thread john gilmore
e IBM publication   IMS Queue Control Facility for z/OS User's Guide, SC26-9685-02   from the IBM publications website.   John Gilmore SystemCraft LLC  - Original Message - From: Doug Jenkins Sent: 05 February, 2003 14:15 To: [EMAIL PROTECTED] Subject: Re: IMS BRIDGE Queues and MQMD-PRIOR

Re: IMS BRIDGE Queues and MQMD-PRIORITY

2003-02-05 Thread Doug Jenkins
Would adding more MPR's at 6am allow faster handing of the requests? Doug "Potkay, Peter M (PLC, IT)" To: [EMAIL PROTECTED] Subject: IMS BRIDGE Queues and

Re: IMS BRIDGE Queues and MQMD-PRIORITY

2003-02-05 Thread John Jones
Peter, The MQMD-Priority is used by MQ to decide the order in which to send messages to IMS; they are all queued at the same priority within IMS. I'm not aware of any priority system on the IMS message queue; even if it exists, the MQ-IMS Bridge does not take advantage of it. I su

IMS BRIDGE Queues and MQMD-PRIORITY

2003-02-05 Thread Potkay, Peter M (PLC, IT)
6 AM to be higher than the ones sent between 2 and 6. Would this work? What if the queue is enabled at 6 AM with 100 messages of PRIORITY zero. These messages will all "instantly" flow into the IMS queue, where they get queued up on the IMS queue, right? Does the MQMD-Priority get carried o

Re: Checking the MQMD Expiry in WMQI

2002-11-25 Thread Dawson, John
nday, November 25, 2002 1:27 PM To: [EMAIL PROTECTED] Subject: Re: Checking the MQMD Expiry in WMQI   Sure,   You'll find it (buried in my opinion) in the Working with Messages Guide (SC34-6039-00) in Appendix A Message parsers under "The MQMD Parser". It's just after the table of fie

Re: Checking the MQMD Expiry in WMQI

2002-11-25 Thread John Scott
Title: Message Sure,   You'll find it (buried in my opinion) in the Working with Messages Guide (SC34-6039-00) in Appendix A Message parsers under "The MQMD Parser". It's just after the table of fields - on page 127. Quote:   The Expiry field in the MQMD is a special case.

Re: Checking the MQMD Expiry in WMQI

2002-11-25 Thread Welch, Karen S (PLC, IT)
Title: Checking the MQMD Expiry in WMQI Hi John,   Can you tell me where this behavior is documented?     Thanks   Karen  -Original Message-From: John Scott [mailto:[EMAIL PROTECTED]]Sent: Monday, November 25, 2002 1:16 PMTo: [EMAIL PROTECTED]Subject: Checking the MQMD Expiry in WMQI If

Checking the MQMD Expiry in WMQI

2002-11-25 Thread John Scott
Title: Checking the MQMD Expiry in WMQI If a message is set to unlimited expiry, the MQMD.Expiry is treated as an integer in WMQI. If the message is not set to unlimited expiry the MQMD.Expiry is treated as a timestamp. If I don't know what the Expiry interval is, how do I compare it wi

Re: Setting MQMD properties in C++

2002-05-24 Thread DiLauro, Nick
Title: Message Yes to both questions.  -Original Message-From: Anil Balakrishnan [mailto:[EMAIL PROTECTED]]Sent: Friday, May 24, 2002 1:17 PMTo: [EMAIL PROTECTED]Subject: Re: Setting MQMD properties in C++ Thanks Nick. So I take it that we should be able to set the

Re: Setting MQMD properties in C++

2002-05-24 Thread Anil Balakrishnan
Title: Message Thanks Nick. So I take it that we should be able to set the MsgID, CorrelID or other MQMD properties that are outside the Identity or Origin context without impacting the properties that we don't set - i.e., the properties we don't set will continue to use th

Re: Setting MQMD properties in C++

2002-05-24 Thread DiLauro, Nick
Title: Setting MQMD properties in C++ Anil,   The msgid and correlid are not part of either the identity context or origin context of the MQMD.  I think you're stuck here since you take responsibility for all the fields and there is no way to be selective.  You could format the date and ti

Re: Setting MQMD properties in C++

2002-05-24 Thread Wayne Happ
Can data going from a client to a remote queue manager be encrypted? I know server to server is possible. Wayne 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.

Setting MQMD properties in C++

2002-05-24 Thread Anil Balakrishnan
Title: Setting MQMD properties in C++ We are trying to set some MQMD properties in C++. When we set the property PutApplName, we will need to enable the "set all context" option for the "put" msg call. However, this results in some other context properties (that are a