Author |
Message |
Topic: Using buffer APIs in C plugin |
lewisleung
Replies: 0 Views: 1491
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 04, 2002 3:56 am Subject: Using buffer APIs in C plugin |
Hi,
Does anyone have experience in processing a message as bitstream inside plugin node with buffer APIs (e.g. cniBufferSize) ?
I need to need a checksum value based on input message. Hence, I ... |
Topic: Modifying Environment tree inside plugin node |
lewisleung
Replies: 5 Views: 5702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 26, 2002 4:35 pm Subject: Modifying Environment tree inside plugin node |
The Environment tree is the tree created when message is received by MQInput node and parsed (e.g. Environment.Variables.Field1 = Data1), I want to update the Environment tree inside the plugin node t ... |
Topic: BIP8180E error code MQSIMRDB inconsistency |
lewisleung
Replies: 2 Views: 2839
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 25, 2002 2:45 am Subject: BIP8180E error code MQSIMRDB inconsistency |
raj,
I have this problem before. I found that the db2 id in the import statement is not the service id of MQSIMRDB. You may check the service id via DB2 control center.
Lewis |
Topic: Generate exception in MQInput node itself |
lewisleung
Replies: 6 Views: 4457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat May 25, 2002 2:38 am Subject: Generate exception in MQInput node itself |
yes, if MQInput node get a message with backout count greater than the backout thresold, it will put the message to failure terminal.
However, I want to ensure whether this is the only condition M ... |
Topic: Modifying Environment tree inside plugin node |
lewisleung
Replies: 5 Views: 5702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 24, 2002 7:41 pm Subject: Modifying Environment tree inside plugin node |
Hi,
I am going to add some variables into Environment tree inside a Java plug-in node. However, I wonder whether I should create a copy of Environment tree first or just modifying the incoming envir ... |
Topic: Generate exception in MQInput node itself |
lewisleung
Replies: 6 Views: 4457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 23, 2002 11:31 pm Subject: Generate exception in MQInput node itself |
Thanks for your quick response,
But it seems doesn't work. I set the backoutcount to 3 before sending the message via MQSeries for Java, however, the value in the final output message is still 0. ... |
Topic: Generate exception in MQInput node itself |
lewisleung
Replies: 6 Views: 4457
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 23, 2002 7:00 pm Subject: Generate exception in MQInput node itself |
Hi,
I want to create an exception by MQInput node itself in order to test the error handler message flow attached to the failure terminal of MQInput node. I tried many methods such as constructing ... |
Topic: Problem of 'pass all' message context option in MQOutput |
lewisleung
Replies: 3 Views: 4810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 23, 2002 12:21 am Subject: Problem of 'pass all' message context option in MQOutput |
Hi,
I found that the 'pass all' option cannot pass the context information from input message to output message. The context information has been overwritten by MQSI service id and application nam ... |
Topic: postit plug-in with 'broker' scope |
lewisleung
Replies: 0 Views: 1524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 29, 2002 8:25 pm Subject: postit plug-in with 'broker' scope |
I used postit plug-in to store reply-to-queue information in request / reply message flows. I duplicated the two message flows into two execution groups in order to enhance the throughput. However, I ... |
Topic: How to stop a running message flow ? |
lewisleung
Replies: 3 Views: 3612
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 25, 2002 5:40 pm Subject: How to stop a running message flow ? |
Thanks,
However I cannot start/stop the message flow as it is running inside a endless loop of compute node. I can only stop the flow by stopping the broker or killing the process of corresponding ... |
Topic: How to stop a running message flow ? |
lewisleung
Replies: 3 Views: 3612
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 25, 2002 5:09 pm Subject: How to stop a running message flow ? |
I have written a flaw message flow which jumps into an endless loop. As the flow is running and uses a lot of CPU time, I try to stop the flow via control center. However, it fails. I have to stop the ... |
Topic: secure control center connection |
lewisleung
Replies: 1 Views: 2056
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2002 11:21 pm Subject: secure control center connection |
I would like to ensure that only authorized person can use CC to connect configure manager. WMQI doc said we can use security exit. So, I plan following :
1. Change MCAUser of SYSTEM.BKR.CONFIG to ... |
Topic: Backup message sets |
lewisleung
Replies: 4 Views: 3265
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2002 8:38 pm Subject: Backup message sets |
thanks for your information, I think it is easier to a write a JDBC program to read PROJECT table in MQSIMRDB to get all message set names and then call mqsiimpexpmsgset to export them. The logic is s ... |
Topic: Backup message sets |
lewisleung
Replies: 4 Views: 3265
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 14, 2002 3:58 am Subject: Backup message sets |
I want to export all message sets for backup purpose. However, current mqsimsgsetimpexp command requires message set name. How can I retrieve a list of all available message set names for export purpo ... |