Author |
Message |
Topic: Message Identifier format conversion from ASCII to EBCDIC |
maxyen
Replies: 6 Views: 12862
|
Forum: General Discussion Posted: Mon Feb 06, 2006 7:32 pm Subject: Message Identifier format conversion from ASCII to EBCDIC |
Thanks, we had it working by converting EBCDIC to ASCII on the get. Now, we can read the message id and are receiving readable xml file but pdf and jpg are not readable. We tried combinations of MQSTR ... |
Topic: Message Identifier format conversion from ASCII to EBCDIC |
maxyen
Replies: 6 Views: 12862
|
Forum: General Discussion Posted: Sat Feb 04, 2006 6:59 pm Subject: Message Identifier format conversion from ASCII to EBCDIC |
Well, our queue manager is on the AS/400 and we are receiving messages (xml and attachments) from a Windows box. We are looking for specific message in the queue and the way we are doing it is to retr ... |
Topic: Message Identifier format conversion from ASCII to EBCDIC |
maxyen
Replies: 6 Views: 12862
|
Forum: General Discussion Posted: Sat Feb 04, 2006 2:46 pm Subject: Message Identifier format conversion from ASCII to EBCDIC |
Our application is receiving ascii in the message identifier, however the AS400 application polling the queue cannot read the message indentifier in ASCII, we need it in EBCDIC. How can this be done? ... |
Topic: File transfer using MQ |
maxyen
Replies: 2 Views: 1814
|
Forum: General Discussion Posted: Thu May 26, 2005 8:57 am Subject: File transfer using MQ |
I'll like to know how we can send and receive an attachment file to MQ. The file could be Text of Binary.
Is there an "attachment" concept in MQ?
How is this done? We use AS400 and RPG as progra ... |
Topic: MQ Connect, Open and Close |
maxyen
Replies: 4 Views: 3830
|
Forum: General Discussion Posted: Thu Jun 12, 2003 6:47 pm Subject: MQ Connect, Open and Close |
We have multiple on-line users putting messages in a queue and I am wondering how much overhead is there in connecting, opening and closing a queue. For every put operation, the program opens, puts an ... |
Topic: MQ Trigger |
maxyen
Replies: 2 Views: 3445
|
Forum: General Discussion Posted: Wed Aug 21, 2002 5:41 pm Subject: MQ Trigger |
Is there any benefit using the trigger function or is it preferable to have a program running in batch and reading for incoming messgaes from the queue.
I heard that trigger function affects perfo ... |
Topic: Putting multiple messages |
maxyen
Replies: 2 Views: 3166
|
Forum: General Discussion Posted: Wed Aug 21, 2002 5:35 pm Subject: Putting multiple messages |
I need some help for putting multiple messages in a queue. For simplicity I have a header, detail and end of message data to be placed in a queue. I am thinking of 2 ways:
1) concatenating a ... |
Topic: MQ Series |
maxyen
Replies: 3 Views: 3254
|
Forum: General Discussion Posted: Thu Aug 08, 2002 5:44 pm Subject: MQ Series |
I am about to write my first application using MQseries. I am wondering whether it makes sense to have a program that will open the queue at the start of the day and one that will close the queue at t ... |