Author |
Message |
Topic: WebSphere MQ 5.3 DR question |
maxis
Replies: 19 Views: 15589
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Sep 29, 2006 1:53 am Subject: WebSphere MQ 5.3 DR question |
Hi jeff ..
I read the documentation - MC91, it has cleared explained about Active-Passive. But has not given much info about Active-Active set-up. In the event of fail over, what will happen to t ... |
Topic: WebSphere MQ 5.3 DR question |
maxis
Replies: 19 Views: 15589
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 28, 2006 6:45 am Subject: WebSphere MQ 5.3 DR question |
In HACMP set-up, MQSeries queue managers are in cluster, how does Active-Active scenario works ? .... In the event of failure of a one node, how would the second node be able to pick up the messages o ... |
Topic: wbi-mb std out on aix |
maxis
Replies: 3 Views: 3115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 6:20 am Subject: wbi-mb std out on aix |
Thanks for that information. Is not it these log written by Data Flow Engines.
Are there similar Broker perse log file. When WBI - MB starts up before data flow engine gets triggered, WBI - MB wil ... |
Topic: wbi-mb std out on aix |
maxis
Replies: 3 Views: 3115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 15, 2006 2:24 am Subject: wbi-mb std out on aix |
Where does wbi - mb write std out ? .. On windows, if we check 'Allow service to interact with desktop', it'll open a command prompt and displays the std out. If its not enabled, does it writes the st ... |
Topic: c# and mq cluster |
maxis
Replies: 4 Views: 5667
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 1:45 am Subject: c# and mq cluster |
when I pass '' - null, parameter to the following piece of code
oMQQueueManager = New MQQueueManager(sMQQueueManager, ConnProperties)
oMQQueue = oMQQueueManager.AccessQueue(sMQQueue, openOption ... |
Topic: c# and mq cluster |
maxis
Replies: 4 Views: 5667
|
Forum: IBM MQ API Support Posted: Fri Aug 04, 2006 12:58 am Subject: c# and mq cluster |
Hi ..
In java/jms when we write and read a message from clustered queue we dont give queue manager name. How do i replicate the same thing in C#.
Task is to read and write from clustered qu ... |
Topic: message validation |
maxis
Replies: 8 Views: 8195
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 14, 2006 3:10 am Subject: message validation |
Kind of juggling between following two ideas .. any suggestion, pros/cons would be welcomed
XML message validation can be done using either
1. MRM or
2 write your own java compute node and do ... |
Topic: BIP2599E: The ESQL deployed in node is invalid |
maxis
Replies: 11 Views: 9318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 11, 2005 4:11 am Subject: BIP2599E: The ESQL deployed in node is invalid |
its working in development environment ... when its moved, as it is, to test environment its giving problem ... |
Topic: BIP2599E: The ESQL deployed in node is invalid |
maxis
Replies: 11 Views: 9318
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 11, 2005 3:22 am Subject: bipv500 |
On wbi-mb 5, successfully compiled, deployed and tested on windows xp (both config mgr and broker on the same m/c). When I moved the same, code message flow and respective esql, to test m/c (broker on ... |
Topic: xml dump to db2 |
maxis
Replies: 3 Views: 5672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 06, 2005 5:54 am Subject: xml dump to db2 |
sure .. Jeff, I'll take a look into it. But still am not sure, how it would be possible to do in warehouse, since incoming xml message would be dynamic and definition will not be available.
Foll ... |
Topic: xml dump to db2 |
maxis
Replies: 3 Views: 5672
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Nov 05, 2005 1:55 am Subject: xml dump to db2 |
In WBI - MB 5.0, how is it possible to store XML structure into a particular Database field ?
XML structure is would be dynamic, expected is to store the xml as it is, not just the data
thanks ... |
Topic: flow order node problem |
maxis
Replies: 1 Views: 4246
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 30, 2005 7:03 pm Subject: flow order node problem |
MB 5.0 flow is as follows
1. Input node
2. Flow order node
2.1 Write to output node (log queue) (first option)
2.2 Send to compute node for further processing (second option) .. after proc ... |
Topic: dynamic length of the record |
maxis
Replies: 5 Views: 4081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 3:27 am Subject: dynamic length of the record |
Thanks Kimbert for that useful suggestion.
So basically we've add another field and will have to remove it before sending it, if the receiving legacy applications doesnt expect the Repeat count fie ... |
Topic: dynamic length of the record |
maxis
Replies: 5 Views: 4081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 2:46 am Subject: dynamic length of the record |
hi Kimbert,
yes .. youre right in understanding ....
am using MRM and the input format is CWF. Here is the sample message
filed1field2<<field3-1>><<field3-2>>....<< ... |
Topic: dynamic length of the record |
maxis
Replies: 5 Views: 4081
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 10, 2005 12:43 am Subject: dynamic length of the record |
Is the following scenario possible .. if yes .. then "how"
Can a record in Message Broker V5.0 be repetable dynamically ?. For example, lets say record size if 10 bytes and gets a message of 20 by ... |