Author |
Message |
Topic: Question about WebSphere Choreographer Queues for Failover |
dletien
Replies: 3 Views: 3253
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 15, 2006 10:14 am Subject: Question about WebSphere Choreographer Queues for Failover |
Thanks for your asnwer!
I just checked the MQ scripts provided and the queues are set to persistent (version 5.1.1.4).
Didier |
Topic: Question about WebSphere Choreographer Queues for Failover |
dletien
Replies: 3 Views: 3253
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon May 15, 2006 9:53 am Subject: Question about WebSphere Choreographer Queues for Failover |
Dear all,
my understanding is that WPC is relying on internal MQ queues as a notification mechanism between multiple instances of the WPC servers running within the same WAS cluster.
Does anyone ... |
Topic: Pub/Sub support in a clustered environment |
dletien
Replies: 9 Views: 8835
|
Forum: Clustering Posted: Wed Oct 29, 2003 11:31 am Subject: Pub/Sub support in a clustered environment |
Hi,
You can't do the same with a WebSphere MQ based broker.
Hope this help,
Didier |
Topic: Pub/Sub support in a clustered environment |
dletien
Replies: 9 Views: 8835
|
Forum: Clustering Posted: Wed Oct 29, 2003 11:18 am Subject: Pub/Sub support in a clustered environment |
Hi,
You can avoid a parent/child relationship with WMQI by using a collective if I remember correctly.
Didier |
Topic: COM+ & C# |
dletien
Replies: 0 Views: 1742
|
Forum: IBM MQ API Support Posted: Thu Apr 24, 2003 6:53 am Subject: COM+ & C# |
I'm trying to use a COM+ component as a transaction coordinator for MQ. In order to achieve this I have developed the following classes (in C#) using MQAX lib
[Attribute (Transaction.Required)] ... |
Topic: COM+ (Transaction) & C# |
dletien
Replies: 3 Views: 2528
|
Forum: General Discussion Posted: Wed Apr 23, 2003 7:08 pm Subject: COM+ (Transaction) & C# |
I'm trying to use a COM+ component as a transaction coordinator for MQ. In order to achieve this I have developed the following classes (in C#) using MQAX lib
[Attribute (Transaction.Required)]
... |
Topic: WSAD 5.0, MQ 5.3, and JMS |
dletien
Replies: 4 Views: 3641
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 13, 2003 3:22 pm Subject: Re: WSAD 5.0, MQ 5.3, and JMS |
Hi,
I'm using the same configuration and its working fine for me. Could you drop more details like sample code?
Didier |
Topic: set Header property |
dletien
Replies: 3 Views: 3052
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 20, 2002 6:54 pm Subject: set Header property |
As far as I remember, the setJMSMessage is not taken into account when you send a message.
In order to specify the Message life time, you have to specify it directly using the send method.
Didie ... |
Topic: accessing external oracle database from WMQI |
dletien
Replies: 3 Views: 4407
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 30, 2002 10:41 am Subject: accessing external oracle database from WMQI |
Hi,
Have you used the Oracle client utility to declare your service?
Didier |