Author |
Message |
Topic: Broker v6 - MBJavaComputeNode |
mikivin
Replies: 19 Views: 21426
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 06, 2007 2:32 am Subject: Broker v6 - MBJavaComputeNode |
Create Java Project as Java Compute Node Project.
In toolkit 6.0.2 it solve me this [problem |
Topic: share data between flows |
mikivin
Replies: 2 Views: 2590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 14, 2006 1:45 am Subject: share data between flows |
Hi All,
I need to share data between flows . After realizing that global environment it's not really global -only into one flow, I need to store information in memory that all flows will have one gl ... |
Topic: MQCIH header |
mikivin
Replies: 1 Views: 2051
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 31, 2006 6:16 am Subject: MQCIH header |
Hi All,
I try create MQCIH header in Java Pugin node and get following exception :
"The broker is not capable of handling message of type ''MQCIH'' on behalf of node XXX"
How can I solve it ?
... |
Topic: Design problem - message flow |
mikivin
Replies: 7 Views: 4960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 04, 2006 3:02 am Subject: Design problem - message flow |
Thanks to all. We decide to do it with Java |
Topic: Design problem - message flow |
mikivin
Replies: 7 Views: 4960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 29, 2006 1:04 am Subject: Design problem - message flow |
What about perfomance ? What quantity messages You deal with ? How many messages per second ?
We deal with a lot of group messages - and as JT states, we use the database to store the messages.
I ... |
Topic: Design problem - message flow |
mikivin
Replies: 7 Views: 4960
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 28, 2006 3:29 am Subject: Design problem - message flow |
Hi,
I'm using WMB 6.I have design problem.
I should get some number of messages according one request.One message say that he is last. I should collect all messages and redirect them to another qu ... |
Topic: Obtain cluster queue |
mikivin
Replies: 6 Views: 5018
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 09, 2006 12:04 am Subject: Obtain cluster queue |
Thanks to You for previous answers.
My design is : several queue managers on different machines( Websphere Brokers). They used same queue. I supposed to put all queue managers in cluster, create clus ... |
Topic: Obtain cluster queue |
mikivin
Replies: 6 Views: 5018
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 06, 2006 7:15 am Subject: Obtain cluster queue |
You will only ever be able to GET messages if you are connected directly to the qmgr that has Q1 as a qlocal.
You will be able to PUT to Q1 from any queue manager in the cluster, regardless of whet ... |
Topic: Obtain cluster queue |
mikivin
Replies: 6 Views: 5018
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 06, 2006 6:58 am Subject: Obtain cluster queue |
Hi,
I'm new to WebSphere MQ world.My question is:
I have some queue managers (QM1,QM2...) on different machines in one cluster. I create cluster queue Q1. I need put/get messages to Q1 from all queu ... |