Author |
Message |
Topic: Workflow Integrator download link for Solaris |
pmane
Replies: 1 Views: 3156
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Feb 24, 2003 6:48 pm Subject: Workflow Integrator download link for Solaris |
Hi All,
I wish to download a trial version of MQ integrator and workflow. Can some one please give me link. I can not find it in IBM site. |
Topic: MQJExplorer gives 3065 |
pmane
Replies: 1 Views: 3459
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Nov 17, 2002 11:04 pm Subject: MQJExplorer gives 3065 |
I am trying to use MQJExplorer to start the channel. The Qmgr is on the remote machine. The channel dose not start due to error code 3065. dose any one has any idea why this happens ? I do not have an ... |
Topic: Triggered application dose not find 3rd pary library |
pmane
Replies: 1 Views: 3171
|
Forum: General Discussion Posted: Wed Sep 25, 2002 10:26 pm Subject: Triggered application dose not find 3rd pary library |
GOT IT ! You need all the Lib in /usr/lib . It is not possible to pass LD_LIBRARY_PATH |
Topic: Message Exit |
pmane
Replies: 0 Views: 2513
|
Forum: General Discussion Posted: Wed Sep 25, 2002 6:01 pm Subject: Message Exit |
I want to convert JIS X 0208 to IBM 1027. If I want to do this I have two options
1. Message Exit
2. In program.
I would like to do it in Message Exit . This will be done at the sender channel ... |
Topic: Express and normal Queue |
pmane
Replies: 3 Views: 4805
|
Forum: General Discussion Posted: Tue Sep 24, 2002 4:43 pm Subject: Express and normal Queue |
Thanks for your response.
Three arguments for segregating express (I understand it as real-time, request/reply type traffic) and normal (I understand it as pure asynchronous, batch type traffic):
... |
Topic: what is BATCHINT |
pmane
Replies: 10 Views: 9391
|
Forum: General Discussion Posted: Tue Sep 24, 2002 4:31 pm Subject: Lenght of MQ Message |
Hi again ! I just found out that the
MAXMSGL(integer) attribute in the Local Q is
"For a transmission queue, this value includes the space required for headers. It is recommended that the va ... |
Topic: Ack Queue |
pmane
Replies: 2 Views: 3847
|
Forum: General Discussion Posted: Mon Sep 23, 2002 5:08 am Subject: Ack Queue |
Good suggestion ! But I am studing some system designed by some one else. I have to maintain it ! Possibly it is just an positive ack ! |
Topic: Express and normal Queue |
pmane
Replies: 3 Views: 4805
|
Forum: General Discussion Posted: Sat Sep 21, 2002 4:23 pm Subject: Express and normal Queue |
I have a system architecture which contains Normal queue and an express Q (transmission Q). If I want to send a high priority message I can use priority filed of the message . Why do I need to have a ... |
Topic: Ack Queue |
pmane
Replies: 2 Views: 3847
|
Forum: General Discussion Posted: Sat Sep 21, 2002 4:19 pm Subject: Ack Queue |
I have a system architecture which contains IN Queue and an ACK Queue. I am not able to understand why this ACK queue is required ?
System 1 System 2
In Q ---- ... |
Topic: Triggered Application |
pmane
Replies: 4 Views: 5297
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Sep 21, 2002 1:23 am Subject: Similar problem |
I have similar problem , my triggered application complants that it can not fine the 3'rd party library. I tried putting it in the script but it dose not work ! |
Topic: Triggered application dose not find 3rd pary library |
pmane
Replies: 1 Views: 3171
|
Forum: General Discussion Posted: Sat Sep 21, 2002 1:16 am Subject: Triggered application dose not find 3rd pary library |
I am using XML shared lib in my application. My application gets triggered properly but it says it can not find the XML library. I tried
1. Starting the application with script and giving the LD_LIBR ... |
Topic: How to read SYSTEM.ADMIN.XXX.EVENT |
pmane
Replies: 4 Views: 6498
|
Forum: General Discussion Posted: Tue Sep 10, 2002 12:48 am Subject: How to read SYSTEM.ADMIN.XXX.EVENT |
My error was MQJE001 : Completion code 2 and reason code 2042. I am not using any other event monitoring tool. But not I have a improvement , this error comes only some times. Other wise my program w ... |
Topic: How to read SYSTEM.ADMIN.XXX.EVENT |
pmane
Replies: 4 Views: 6498
|
Forum: General Discussion Posted: Mon Sep 09, 2002 2:03 am Subject: How to read SYSTEM.ADMIN.XXX.EVENT |
Just got an additional info about the PCF commands. But I am unable to get a sample source code that can read EVENT queu using PCF command. Do we need PCF command to read the EVENT QUEUE ? as I do fin ... |
Topic: How to read SYSTEM.ADMIN.XXX.EVENT |
pmane
Replies: 4 Views: 6498
|
Forum: General Discussion Posted: Sun Sep 08, 2002 10:17 pm Subject: How to read SYSTEM.ADMIN.XXX.EVENT |
I am trying to read the SYSTEM.ADMIN.CHANNEL.EVENT QUEUE in Java.
I am not able to open it as it says it is in use. Can't I check for the events.
My options are
qMgr = new MQQueueManager(qManager) ... |
Topic: channel auto trigger on EVERY |
pmane
Replies: 3 Views: 4569
|
Forum: General Discussion Posted: Sun Sep 08, 2002 5:30 pm Subject: channel auto trigger on EVERY |
How much useful is this automatic triggering any way ? As I can start the channel with a script also. If I switch to FIRST and if the channel goes to inactive state then I will not be able to start it ... |