Author |
Message |
Topic: Set correlId in message |
rita
Replies: 7 Views: 7651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 26, 2002 7:32 pm Subject: Set correlId in message |
kirani
I tried that first. It wasn't working so I used this whole big thing.
Anyway I could solve it myself. Now its working.
thanks for your time |
Topic: Set correlId in message |
rita
Replies: 7 Views: 7651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 26, 2002 2:20 pm Subject: Set correlId in message |
This is my repost and probably would help you in understanding.
DECLARE V_BYTE CHAR;
DECLARE V_LENGTH INTEGER;
DECLARE V_I INTEGER;
SET V_CORREL_CHAR = WareHouse.Data.MessageId; ( this is m ... |
Topic: Set correlId in message |
rita
Replies: 7 Views: 7651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 26, 2002 1:54 pm Subject: Set correlId in message |
Hi
This is the continuation of my previous question:
If the message Id is 414D512057494E3120202020202020202FC1183D02A10300
and if I convert this into BLOB using following logic
--
SET V_I = 1; ... |
Topic: Set correlId in message |
rita
Replies: 7 Views: 7651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 25, 2002 9:54 pm Subject: Set correlId in message |
hi
I am having trouble with setting correlId is MQSI.
This is case with request-reply .
I have a field in my XML which I need to set as correlId of my message.
I used some help from one of the p ... |
Topic: getStringProperty not working |
rita
Replies: 2 Views: 5109
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 15, 2002 11:35 am Subject: getStringProperty not working |
I am setting String property of the message in a class, say ClassX.
setStringMessage("MessageFormat","ZZZZ"). and put it on the Queue
In classY,
When I get the message o ... |
Topic: MQThread.run error |
rita
Replies: 4 Views: 4978
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 28, 2002 12:02 pm Subject: MQThread.run error |
hi kolban
even if i put any catch block, its not able to catch it.directly shows up the error on to the visualage debugger.
environment is winnt for both mq and application. its a simple stand alone ... |
Topic: MQThread.run error |
rita
Replies: 4 Views: 4978
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 28, 2002 9:49 am Subject: MQThread.run error |
this is the program which is bugging me ....
..............................................................................
QueueConnectionFactory connectionFactory= null;
QueueConne ... |
Topic: MQThread.run error |
rita
Replies: 4 Views: 4978
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 27, 2002 11:37 pm Subject: MQThread.run error |
hi
I am getting this error when running a jms app which puts a message into the queue.
Uncaught exception (java.lang.UnknownError: )
MQThread.run()
this=(com.ibm.mq.server.MQThread) Thread[Th ... |
Topic: JMS Admin tool |
rita
Replies: 3 Views: 5325
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 25, 2002 1:10 pm Subject: JMS Admin tool |
i really appreciate for that information .that was a good one.
but i am worried about using Command interface implemented by the CommandBean.
Is it a good practice to use command interface in develo ... |
Topic: JMS Admin tool |
rita
Replies: 3 Views: 5325
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 24, 2002 9:18 am Subject: JMS Admin tool |
how to use JMSAdmin tool using visual age, i am using file system context.
how to start using JMS for MQ ?
thanks |
Topic: Multiple triggering |
rita
Replies: 2 Views: 5204
|
Forum: General IBM MQ Support Posted: Sun Jan 20, 2002 11:43 pm Subject: Multiple triggering |
hi
i have to monitor 10 queues in a queue manager... i.e everytime a message arrives on these queues , i have to trigger different different applications related to those queues.
Queue X has to tr ... |
Topic: Java MQ Client - MQBegin() call |
rita
Replies: 2 Views: 4082
|
Forum: General IBM MQ Support Posted: Wed Jan 16, 2002 12:21 pm Subject: Java MQ Client - MQBegin() call |
i guess this is simple question for you friends ..
i am using mqclient for java on win nt. i have to access oracle database(which is XA compliant) and query and get the row(s), put it on a queue and ... |
Topic: MQ Java Client - MQBegin() call |
rita
Replies: 0 Views: 3802
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 16, 2002 11:20 am Subject: MQ Java Client - MQBegin() call |
i guess this is simple question ..
i am using mqclient for java on win nt. i have to access oracle database(which is XA compliant) and query and get the row(s), put it on a queue and send it.
can i ... |
Topic: mq -java problem |
rita
Replies: 2 Views: 4366
|
Forum: General IBM MQ Support Posted: Fri Jan 11, 2002 11:04 am Subject: mq -java problem |
hi
i am having this skanky prob with mq base java....
i wrote 2 simple programs one for put and one get.
first i used PUT program to put 100 messages.
next i used the PUT and GET programs in co ... |
Topic: reference messages - Java implementation |
rita
Replies: 3 Views: 4469
|
Forum: General IBM MQ Support Posted: Thu Jan 03, 2002 1:48 pm Subject: reference messages - Java implementation |
hi folks
nobody implemented MQ Reference messages in Java? this is unique issue ... thow some lite on it ....
where can i get help ? how do i contact Ibm without purchasing support service frm them. ... |