Author |
Message |
Topic: how to get Child brokers list from Parent Broker |
rraam75
Replies: 0 Views: 1365
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 22, 2008 8:37 am Subject: how to get Child brokers list from Parent Broker |
Hello,
Iam using WMQ6.0 in windows.
I have Broker A acting as parent and Broker B & C acts as child (with A as its parent)
All are the three are running in different machine.
How I can fin ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2008 11:38 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Any other suggestion pls...
If anyone has started the websphere mq services through PCF api, then pls share your code.. |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2008 8:24 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Thanks fjb.
Does that mean the service is already running??
No.
Is the environment (when you execute this command) the same as when you run it interactively from MQExplorer?
Websphere m ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2008 6:36 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Thanks again Jeff.
In debugging mode,
Below values are noted for varibles
a) variable = request
PCFMessage:
MQCFH: type: 1, strucLength: 36, version: 1, command: 155 = MQCMD_START_SERVICE, ms ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2008 5:29 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Thanks Jeff.
Here how I updated the catch block from the above...
---------
} catch (MQException mqe) {
System.err.println ("Error caught is :"+mqe);
Sy ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 10, 2008 12:19 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Thanks Jeff for your support.
But you didn't get my point.
Here is my complete code,
PCFMessage System.out.println("Before getting Response...");
responses ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 09, 2008 1:56 pm Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Hello Jeff,
No response generated for the above code.
In fact, MQException arise while executing the below line,
PCFMessage [] responses = agent.send (request);
When I looked ... |
Topic: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
rraam75
Replies: 12 Views: 12960
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 09, 2008 11:44 am Subject: PCF fails to start Service - MQRCCF_COMMAND_FAILED |
Hello,
I use below PCF pgm to start the websphere mq service.
But ended with the error code 3008: MQRCCF_COMMAND_FAILED. The name of the service is correct and Iam able to start the service throug ... |
Topic: how to set userid in JMS message |
rraam75
Replies: 6 Views: 8888
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 09, 2007 10:26 am Subject: how to set userid in JMS message |
In other words, define the required mainframe UserId on the Unix or Windows server where the MQ server is installed and then use it.
OK that means the "HostMQUserID" that I use to get th ... |
Topic: how to set userid in JMS message |
rraam75
Replies: 6 Views: 8888
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 08, 2007 7:34 am Subject: how to set userid in JMS message |
for creating the mq connection through factory, i specify the user-id & password as below.
connection = factory.createQueueConnection(HostMQUserID,HostMQPassword);
but this userid is not valid ... |
Topic: how to set userid in JMS message |
rraam75
Replies: 6 Views: 8888
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 08, 2007 6:51 am Subject: how to set userid in JMS message |
Hello,
I want to set userid in every message. I use JMS to send messages to websphere mq.
I tried to set the value as
message.setStringProperty("JMSXUserID", "ABCIM2A");
Bu ... |
Topic: Messages altered when taken from mainframe queue |
rraam75
Replies: 4 Views: 7082
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 08, 2007 6:46 am Subject: Messages altered when taken from mainframe queue |
hello,
Iam sending mq message from windows2000 to mainframe. When the IMS pgm takes the message and give it to my transaction program Iam seeing the messages get altered. I notice some junk values in ... |
Topic: Design issue related to MQ Trigger |
rraam75
Replies: 7 Views: 6309
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 05, 2006 4:55 am Subject: Design issue related to MQ Trigger |
Thanks All for the suggestion.
venella, I think that we will have 50 instance running when i set the trigger type as "EVERY". If iam not right pls correct me.
From all your experience, do you ... |
Topic: Design issue related to MQ Trigger |
rraam75
Replies: 7 Views: 6309
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 04, 2006 11:30 pm Subject: Design issue related to MQ Trigger |
Hello All,
We have webspheremq6 version to be run in windows2000. We expect to get 20000 messages perday in our queue. My question is
1. Is it good, to design in such a way to make queue as a tri ... |