Author |
Message |
Topic: WMQ on Windows and disaster recovery |
jhalstead
Replies: 13 Views: 14986
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed May 13, 2009 12:24 am Subject: WMQ on Windows and disaster recovery |
You are all right, a well designed application should deal with all these obvious situations. Its just a shame this is largely not the case in reality.  |
Topic: WMQ on Windows and disaster recovery |
jhalstead
Replies: 13 Views: 14986
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 12, 2009 2:36 pm Subject: WMQ on Windows and disaster recovery |
Hey Peter, thanks for all your comments and wise advice.
I'm in this situation where the business application behavior and its response to different events is outside of my control and I think it u ... |
Topic: WMQ on Windows and disaster recovery |
jhalstead
Replies: 13 Views: 14986
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 12, 2009 7:00 am Subject: WMQ on Windows and disaster recovery |
Data Centres 100+ miles apart, we're going to try for sync replication - however more likely that we'll need to go to async. Small amount of data loss is acceptable to client.
Not wanting to do MS ... |
Topic: WMQ on Windows and disaster recovery |
jhalstead
Replies: 13 Views: 14986
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue May 12, 2009 2:52 am Subject: WMQ on Windows and disaster recovery |
Guys, thanks for your quick response.
I would never add the "temp" queue manager that I create to the WMQ cluster. The QMID is part of the qmgr data right - it's not stored in the regist ... |
Topic: WMQ on Windows and disaster recovery |
jhalstead
Replies: 13 Views: 14986
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 11, 2009 12:22 pm Subject: WMQ on Windows and disaster recovery |
Hi, don't get to do much Windows stuff, I've seen a few threads that skirt around this topic but nothing that nails it. I've also looked at the doco and the only stuff that comes close are the hamvmq ... |
Topic: Slow response times |
jhalstead
Replies: 11 Views: 11601
|
Forum: General Discussion Posted: Fri Jun 02, 2006 6:12 am Subject: Slow response times |
I had great difficulty getting out of bed this morning, could this be releated? Please suggest a fix. |
Topic: JMS, sending a message & setting the JMSTimestamp |
jhalstead
Replies: 10 Views: 15438
|
Forum: IBM MQ Java / JMS Posted: Fri May 26, 2006 8:51 am Subject: JMS, sending a message & setting the JMSTimestamp |
Forgot to close the loop on this one. Sadly using the setDisableMessageTimestamp(true) approach made no discernable difference... Ayway - Java API was used, and he had to build MQRFH & assocaite ... |
Topic: WMB 6.0 and MB File Extender -- AIX 5.3 64-bit OS? |
jhalstead
Replies: 1 Views: 3258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 24, 2006 12:40 am Subject: WMB 6.0 and MB File Extender -- AIX 5.3 64-bit OS? |
Hi we are using
AIX 5.2 ML5 in 64 bit mode
WBIMB v5 CSD05
MBFE 5 Fix Pack one - plus a couple of patches
JRE 1.3.1
Note for v6 broker you are meant ot have the following APAR applied IY77292. ... |
Topic: length of messages |
jhalstead
Replies: 6 Views: 6545
|
Forum: General Discussion Posted: Tue May 23, 2006 12:02 am Subject: length of messages |
Depending on your WMQ topology the messages emitted from this application might pass across dedicated channels. In which case you could view the channels status and see how many messages & bytes ... |
Topic: JMS, sending a message & setting the JMSTimestamp |
jhalstead
Replies: 10 Views: 15438
|
Forum: IBM MQ Java / JMS Posted: Sun May 21, 2006 7:35 am Subject: JMS, sending a message & setting the JMSTimestamp |
Thanks for all your concern about the design. I will of course pass this on to my colleague when I speak to him on Monday.
The historry as I understand it was that the client required a mechanism ... |
Topic: JMS, sending a message & setting the JMSTimestamp |
jhalstead
Replies: 10 Views: 15438
|
Forum: IBM MQ Java / JMS Posted: Sun May 21, 2006 5:37 am Subject: JMS, sending a message & setting the JMSTimestamp |
Thanks Jeff. The reason that JMS is in the mix is that all the other message based interfaces implemented as part of his work use JMS... In this context I guess it make sense for them to try and sti ... |
Topic: JMS, sending a message & setting the JMSTimestamp |
jhalstead
Replies: 10 Views: 15438
|
Forum: IBM MQ Java / JMS Posted: Fri May 19, 2006 10:00 am Subject: JMS, sending a message & setting the JMSTimestamp |
As I understand it all that the involved component is required to do is to get a message off a queue and put it to another queue. The reason for this components existence is to provide throttling fun ... |
Topic: MQ GET C Program that writes messages to filesystem |
jhalstead
Replies: 4 Views: 5345
|
Forum: General IBM MQ Support Posted: Fri May 19, 2006 7:16 am Subject: MQ GET C Program that writes messages to filesystem |
you want to be searching google for things like fopen, fclose, fprintf, file pointer etc. I'm sure you can find good resources on the internet for that is basically standard C coding - nothing to do ... |
Topic: JMS, sending a message & setting the JMSTimestamp |
jhalstead
Replies: 10 Views: 15438
|
Forum: IBM MQ Java / JMS Posted: Fri May 19, 2006 3:49 am Subject: JMS, sending a message & setting the JMSTimestamp |
Just a quick one, I've got a colleague who is taking a message off a queue & putting on to another. He's using JMS to do this. The crux of his problem is that the JMSTimestamp is getting reset w ... |
Topic: MQCluster - QUery |
jhalstead
Replies: 12 Views: 12733
|
Forum: Clustering Posted: Tue May 16, 2006 11:49 pm Subject: MQCluster - QUery |
I think I get the gist of your question.
If the "TEST" queue exists on both QA & QB, and if messages have been put to both qmgr instances. Only the messages that reside on QB will be available ... |