Author |
Message |
Topic: Moving a queue manager to a DR site |
bjr149
Replies: 19 Views: 13418
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 04, 2010 10:54 am Subject: Moving a queue manager to a DR site |
We do pass in the Q Manager in our code. I don't think we ever rely on MQ to "figure out" where to send the message. I'll have to look through the code.
And you didn't believe them, even ... |
Topic: Moving a queue manager to a DR site |
bjr149
Replies: 19 Views: 13418
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 04, 2010 8:20 am Subject: Moving a queue manager to a DR site |
Vitor you mentioned
"It's certainly true that you should never name 2 queue managers the same on your network."
Is there a place that shows this issues that could arise from doing this? ... |
Topic: Mimix and AS/400 MQSeries |
bjr149
Replies: 3 Views: 4971
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 04, 2010 5:21 am Subject: Mimix and AS/400 MQSeries |
I don't believe it's true that you have your production queue manager and your DR queue manager on 1 network. Typically a DR site is a geographically remote location that spends much of it's time sw ... |
Topic: Moving a queue manager to a DR site |
bjr149
Replies: 19 Views: 13418
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 04, 2010 5:11 am Subject: Moving a queue manager to a DR site |
Let me change my post. The 2nd site is more of a failover site, not a dr site. Both servers are on the same network this is why they weren't named the same QM.
Both of these QM's are used in the l ... |
Topic: Moving a queue manager to a DR site |
bjr149
Replies: 19 Views: 13418
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Aug 04, 2010 4:56 am Subject: Moving a queue manager to a DR site |
I was told that we cant use Mimix because our queue managers are not named the same on the production and dr site. This doesn't make sense to me because according to the IBM queue manager document &qu ... |
Topic: Mimix and AS/400 MQSeries |
bjr149
Replies: 3 Views: 4971
|
Forum: Mainframe, CICS, TXSeries Posted: Wed Aug 04, 2010 4:00 am Subject: Mimix and AS/400 MQSeries |
Is anyone using Mimix on their 400 MQSeries? I was told by someone that we cannot use Mimix because our Queue Managers are named different on the PROD and DR server. Its RX1 on PROD and RX2 on DR. Thi ... |
Topic: COBOL and Remote Queues |
bjr149
Replies: 8 Views: 5271
|
Forum: General IBM MQ Support Posted: Tue Aug 03, 2010 11:15 am Subject: COBOL and Remote Queues |
"You can not issue MQGET against a QREMOTE. "
What is the point then if you can't have 2 way communication. It seems it would only be usefull to put the data to another system to process ... |
Topic: COBOL and Remote Queues |
bjr149
Replies: 8 Views: 5271
|
Forum: General IBM MQ Support Posted: Tue Aug 03, 2010 10:52 am Subject: COBOL and Remote Queues |
I have a QM hosted on a different server than I am running the AS 400. So I just configure a remote queue on the 400 and just have the COBOL code just use that remote queue?
What I'm saying is tha ... |
Topic: Changing CLASSPATH |
bjr149
Replies: 2 Views: 2200
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 17, 2010 6:57 am Subject: Changing CLASSPATH |
I know you can use the shared-classes folder and the ext to place the jar that are referenced in the JavaCompute Node. How do you add another folder to the Broker CLASSPATH? I added the folder C:\MBDa ... |
Topic: Using WMB as a SOAP Provider |
bjr149
Replies: 18 Views: 12320
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 15, 2010 5:09 am Subject: Using WMB as a SOAP Provider |
OK. Im back to playing with this. Still having issues. I took the most basic WSDL from the internet. It basically is a lame hello world webservice. I don't care about the content I am just figuring ou ... |
Topic: Config File Values |
bjr149
Replies: 8 Views: 6613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2010 12:35 pm Subject: Config File Values |
I wasn't even paying attention to the extended class. I kept trying to get the MessageFlowProxy. This method works. Here is the syntax. Im sure others have asked the same question.
public void ... |
Topic: Config File Values |
bjr149
Replies: 8 Views: 6613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 11, 2010 5:41 am Subject: Config File Values |
Vitor - The UDP will store the location of the log4j properties file..
The getUserDefinedProperty() function is under the MessageFlowProxy class. But according to the API the only way to get it ... |
Topic: Config File Values |
bjr149
Replies: 8 Views: 6613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 10, 2010 12:40 pm Subject: Config File Values |
I can't find a good way to store configuration properties for the message flows. I don't want to hard code them in the JavaCompute node, I don't want to hardcode a path to the log4j.properties file an ... |
Topic: Using WMB as a SOAP Provider |
bjr149
Replies: 18 Views: 12320
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 05, 2010 7:25 am Subject: Using WMB as a SOAP Provider |
I am using SOAP UI. THe problem is I can't acquire the WSDL using the URL. This is why it doesn't seem to be the right URL. |
Topic: Using WMB as a SOAP Provider |
bjr149
Replies: 18 Views: 12320
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 05, 2010 7:05 am Subject: Using WMB as a SOAP Provider |
It seems like it is up and running. If i punch in http://localhost:7800/acmeOrders/WADDR/ProcessOrders
I get a "XML page cannot be displayed" IE Error. If I try other ports i get a pge ca ... |