Author |
Message |
Topic: Should I use MDB or listener? |
klee
Replies: 7 Views: 5189
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 22, 2007 1:33 am Subject: Should I use MDB or listener? |
Yes, I mean standalone application. |
Topic: Should I use MDB or listener? |
klee
Replies: 7 Views: 5189
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 20, 2007 12:03 am Subject: Should I use MDB or listener? |
Hi all,
I have the below requirement.
1. receive message from system1 and process it
2. then send an new message to system2(with retry) and wait for its reply
Should I use MDB or listener? ... |
Topic: rebuild MQWF runtime DB |
klee
Replies: 3 Views: 2833
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Thu Apr 14, 2005 6:02 am Subject: rebuild MQWF runtime DB |
No backup
how to recreate the DB tables and the configurations? |
Topic: rebuild MQWF runtime DB |
klee
Replies: 3 Views: 2833
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Wed Apr 13, 2005 11:27 pm Subject: rebuild MQWF runtime DB |
Hi all
Our MQWF runtime DB has been destroyed because of a disc crash. Is it possible to reubild it without re-install MQWF?
Thanks |
Topic: Monitor List |
klee
Replies: 3 Views: 3073
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 27, 2004 6:03 pm Subject: Monitor List |
I do not know of an easy way to retrieve all instances that a user participated in. What eactly do you mean by this?
I know that I can retrieve all instances the user has access to. How can I retri ... |
Topic: Monitor List |
klee
Replies: 3 Views: 3073
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Tue Jul 27, 2004 7:52 am Subject: Monitor List |
Hi All,
I am doing a monitor list just like Activity Instance List. The monitor list needs to retrieve only the process instances the user participated and show all the activities of these process ... |
Topic: EJB returns a MQWF object back to a business ojbect |
klee
Replies: 1 Views: 2134
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jul 11, 2004 8:07 am Subject: EJB returns a MQWF object back to a business ojbect |
Hi all,
I got the following requirement:
Business Object <--> EJB|Java MQWF API|Java Agent <--> MQWF
1. A business object talk to MQWF through EJB
2. An EJB may return ... |
Topic: Create an initial input container |
klee
Replies: 2 Views: 2240
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jun 07, 2004 2:29 am Subject: Create an initial input container |
Hi,
An input container can be obtained from ProcessTemplate object.
Is it possible to create an input container by myself and pass it as an initial input container when creating and starting a ... |
Topic: Message contains EBCDIC and ASCII characters |
klee
Replies: 3 Views: 3583
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 05, 2004 6:47 pm Subject: Message contains EBCDIC and ASCII characters |
I am using the following statement to get the reply message.
Message message = queueReceiver.receive(6000);
But it returns a TextMessage, not a BytesMessage. How I can get it as a BytesMessage ... |
Topic: Message contains EBCDIC and ASCII characters |
klee
Replies: 3 Views: 3583
|
Forum: IBM MQ Java / JMS Posted: Sun Jan 04, 2004 6:37 am Subject: Message contains EBCDIC and ASCII characters |
I have a MQ message which contains EBCDIC and ASCII characters sending from os/390 to AIX. I can get the message in original format using amqsbcg. But all the characters of the message will be convert ... |
Topic: CSQC721E Invalid MQCIH |
klee
Replies: 7 Views: 6025
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 07, 2003 7:01 pm Subject: CSQC721E Invalid MQCIH |
Thanks.
My problem is solved after I convert the MQCIH and my message to EBCDIC. |
Topic: CSQC721E Invalid MQCIH |
klee
Replies: 7 Views: 6025
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 07, 2003 12:39 am Subject: CSQC721E Invalid MQCIH |
Here is the code for building my MQCIH.
MQCIH mqCIH=new MQCIH();
mqCIH.setTransactionId("RQMJ");
mqCIH.setStrucId("CIH ");
mqCIH.setVersion(1);
mqCIH.setStrucLength(164);
mqCIH.setCoded ... |
Topic: CSQC721E Invalid MQCIH |
klee
Replies: 7 Views: 6025
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 07, 2003 12:38 am Subject: CSQC721E Invalid MQCIH |
I can't get a message content from a queue which is on my OS/390 MQ server, so I send a message to a queue which is on my AIX MQ Server and get the following output by running amqsbcg.
****Messa ... |
Topic: CSQC721E Invalid MQCIH |
klee
Replies: 7 Views: 6025
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 07, 2003 12:34 am Subject: CSQC721E Invalid MQCIH |
Here is what I m trying to do.
Java(JMS)<-> MQ V5.3(AIX) <-> MQ V5.2(OS/390) <-> CICS DPL Bridge <-> Trancsaction Code <-> CICS Program
And I get the following retu ... |
Topic: CSQC721E Invalid MQCIH |
klee
Replies: 7 Views: 6025
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 06, 2003 12:22 am Subject: CSQC721E Invalid MQCIH |
Hi,
When I send an MQ message including an MQCIH structure to a CICS Bridge (V 5.2) on an OS/390 using JMS, I get an "CSQC721E Invalid MQCIH" error message.
Here is my MQCIH structure:
priva ... |