Author |
Message |
Topic: Setting Priority in MQMD message |
kt76
Replies: 3 Views: 7828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 31, 2006 9:19 pm Subject: Setting Priority in MQMD message |
Hi,
Its not at the MQOutput node that Im facing this issue.
In debug mode, I see that as soon as the msg comes out of the COmpute node , priority in MQMD is reset to 0.
WHile I debug the source cod ... |
Topic: Setting Priority in MQMD message |
kt76
Replies: 3 Views: 7828
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 30, 2006 10:12 pm Subject: Setting Priority in MQMD message |
I have a requirement to set the Priority field in MQMD in my ESQL
When i debug the source code, I can see that it sets the priority to what i want, however when it comes out of the compute node, I ... |
Topic: Issues with CWF and XML- URGENT |
kt76
Replies: 1 Views: 2505
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 23, 2006 5:02 am Subject: Issues with CWF and XML- URGENT |
We have a scenario where the input could be either XML or non-XML(potentially TDS).As a result the input node is set to BLOB.
After processing, we need to add the palyload to a XML structure at out ... |
Topic: Content based routing |
kt76
Replies: 3 Views: 3488
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Jul 18, 2006 2:13 am Subject: Content based routing |
All,
I have a scenarip where i need my adapter outbound msg to deliver the BO to a queue based on the content.
eg- If it is a sales order BO, needs to be deliverd to sales order queue.
IS this p ... |
Topic: Issue while using FileProxy Node |
kt76
Replies: 8 Views: 9329
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 08, 2006 4:15 am Subject: FileProxyNode issue |
I am facing similar issue as below.
Is the fix out already? Can anyone point me to the link? |
Topic: JavaCompute and Resource Bundle |
kt76
Replies: 8 Views: 6766
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 04, 2006 1:29 am Subject: Reading property file from Java compute node |
Im facing a similar issue of reading a property file.
Ive tried everything on this site.
My code is as foll-
InputStream is =JavaCompute.class.getResourceAsStream("myservice.cfg");
Properties ... |
Topic: Backout on exception problem ?? |
kt76
Replies: 3 Views: 2949
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 15, 2005 12:26 am Subject: Backout on exception problem ?? |
When you throw a user exception, you are forcing the message to come out of the FAILURE terminal of the compute node.
You need to handle the message appropriately at this terminal, like maybe put ... |
Topic: ESQL global procedure- IMP |
kt76
Replies: 2 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 07, 2005 4:52 am Subject: ESQL global procedure- IMP |
That is what I am confused. How do i pass the exceptionlist tree to the procedure. If I use ASBITSTREAM, how can i code to travers the structure |
Topic: ESQL global procedure- IMP |
kt76
Replies: 2 Views: 2219
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 07, 2005 3:24 am Subject: ESQL global procedure- IMP |
I have the following requirement:
My message flow has the following
i/p -->compute -->o/p node
Based on functionality, i can throw user exception where I catch this at another compute n ... |
Topic: JDBC adapter |
kt76
Replies: 1 Views: 2231
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 26, 2005 10:35 pm Subject: JDBC adapter |
I have a scenario where I need to do a db lookup. Howeevr due to permission issues , we need to go the JDBC adapter route. How can I send a request as a BO to the adpter and receive a reply from the a ... |
Topic: CYYDDD to DDMMYY |
kt76
Replies: 0 Views: 1518
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 18, 2005 1:20 am Subject: CYYDDD to DDMMYY |
Hi,
Does anyone have a ready reference to convert Julian -CYYDDD to DDMMYY. Any pointers welcome.
Thx |
Topic: Subscription problem |
kt76
Replies: 2 Views: 2214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 01, 2005 7:07 pm Subject: Subscription problem |
Beats me!! Nothing changed at all.
These are my steps.
Publish flow with the foll: code
SET OutputRoot.MQRFH2.psc.Command = 'Publish';
SET OutputRoot.MQRFH2.psc.Topic = 'Sample1';
I used ... |
Topic: Subscription problem |
kt76
Replies: 2 Views: 2214
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 01, 2005 1:26 am Subject: Subscription problem |
I have a publisg flow
i/p node-->compute --> publish
I have also registered the subscription and i see it in the subscriptions list.
However , when i publish the topic , the message gets ... |
Topic: XML Element issue |
kt76
Replies: 1 Views: 1774
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 28, 2005 1:34 am Subject: XML Element issue |
Hi all,
Im using Namespaces and I have the following XML structure
<a>
<b attrib=1>Hello</b>
</a>
If i try to access the value of <b> i.e Hello, Im unable to.
... |
Topic: Message delivery to queue from flow |
kt76
Replies: 2 Views: 2426
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 24, 2004 4:42 am Subject: Message delivery to queue from flow |
There is no concept of thread. However you can manipulate your flow and introduce a flow order node which put sthe message first on Q b and then on Q A |