Author |
Message |
Topic: get local queue name by JAVA |
Subha
Replies: 10 Views: 8233
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 23, 2009 1:46 am Subject: get local queue name by JAVA |
If you code with a Websphere MQ Base Java program , you can try using the property resolvedQueueName of MQGetMessageOptions and MQPutMessageOptions.
Just a thought. But you need MQ client installed ... |
Topic: MQPUT is not failing |
Subha
Replies: 5 Views: 3844
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 12, 2009 11:25 pm Subject: MQPUT is not failing |
I wanted to make the application aware that the message has not been delivered.
I am trying to achieve it with MQMD report options.
Thanks very much for the responses.
Thanks! |
Topic: MQPUT is not failing |
Subha
Replies: 5 Views: 3844
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 11, 2009 9:26 pm Subject: MQPUT is not failing |
hi,
I am trying to put a message in a Remote queue using Queue manager alias.
I am passing Queue name , put options ,queue manager alias name in the accessQueue method call.
It is working fine wi ... |
Topic: WTX+WMB |
Subha
Replies: 21 Views: 17386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2009 11:50 pm Subject: WTX+WMB |
I suspect some binding issue between WTX node and MQOutput node.
I believe you have associated the output terminal of WTX node with the correct output card number of WTX map.
You can try this,
... |
Topic: WTX+WMB |
Subha
Replies: 21 Views: 17386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2009 8:35 pm Subject: WTX+WMB |
Hi ein,
1. As suggested by experts , put a user trace in your message flow to find out what is going into WTX node
2. Check whether the WTX map is really invoked. You can enable map tracing for the ... |
Topic: WTX+WMB |
Subha
Replies: 21 Views: 17386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 21, 2009 1:16 am Subject: WTX+WMB |
@Gaya3
I could understand that the map being called is dynamically set in your compute node logic. It should be set in localenvironment variable. I assume you have set the properties in compute no ... |
Topic: WTX+WMB |
Subha
Replies: 21 Views: 17386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 20, 2009 7:05 pm Subject: WTX+WMB |
I could understand that the map being called is dynamically set in your compute node logic. It should be set in localenvironment variable. I assume you have set the properties in compute node to pass ... |
Topic: WMB Collector Node |
Subha
Replies: 4 Views: 4165
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 09, 2008 11:44 pm Subject: WMB Collector Node |
My idea may look trivial and may be it is one of your work arounds.
Idea is to introduce another input terminal to collector node to which you can pass all the environment variables as a message p ... |
Topic: mb components can't start |
Subha
Replies: 13 Views: 7950
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 07, 2008 1:48 am Subject: mb components can't start |
have u logged in with the user which must be in mqm and mqbrkrs group?
Actually you have to source mqsiprofile.
hope you have noticed a period and then a space then ./mqsiprofile
It should look l ... |
Topic: mb components can't start |
Subha
Replies: 13 Views: 7950
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 07, 2008 1:18 am Subject: mb components can't start |
Did u run mqsiprofile?
Try this pls.
. ./mqsiprofile
from the installation directory. Hope this helps.
Thanks,
Subha |
Topic: WMB WTX exception |
Subha
Replies: 11 Views: 8035
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 06, 2008 1:16 am Subject: WMB WTX exception |
I think the parser set in Input Node must be BLOB. Just a thought.Please check it.
Thanks,
Subha |
Topic: WMB MQOutput invalid destination list |
Subha
Replies: 11 Views: 13891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 06, 2008 12:57 am Subject: WMB MQOutput invalid destination list |
You can try using MQRFH2-usr folder of MQ message. Sending application can define properties in it. |
Topic: WMB MQOutput invalid destination list |
Subha
Replies: 11 Views: 13891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 04, 2008 1:03 am Subject: WMB MQOutput invalid destination list |
It appears that you did not choose "Local Environment and Message" for "Compute mode" property of Compute Node.
Please check the compute node properties you have configured.
Th ... |
Topic: MB 6.1 - "override configurable property values" |
Subha
Replies: 1 Views: 2445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 20, 2008 1:25 am Subject: MB 6.1 - "override configurable property values" |
From Infocenter:-
"if you are adding a flow to a bar for a second time, and have used the Configure tab to change flow parameters, select Override configurable property values to control behav ... |
Topic: WTX: XML to Fixed length conversion |
Subha
Replies: 3 Views: 3398
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 06, 2008 10:59 pm Subject: WTX: XML to Fixed length conversion |
The fixed length file definition should be like this,
Group - File - has Record(1-s) as components
Group - Record - has PO#,Qty,PartNum,ProdName,Price as components - Set the terminator to <CR& ... |