Author |
Message |
Topic: Message is going to Backout queue when message is processed |
wooda
Replies: 6 Views: 51759
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Fri Jun 28, 2013 1:56 am Subject: Message is going to Backout queue when message is processed |
Hi prithvik,
MQ will only backout a message to the backout queue if the transaction containing the mq get is rolled back by WPS/WAS.
WPS will rollback back that transaction when some error occur ... |
Topic: How to export more than one operation using mq export WPS? |
wooda
Replies: 7 Views: 12010
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Thu Mar 11, 2010 3:57 am Subject: How to export more than one operation using mq export WPS? |
What are using to send the JMS request ? A client application or WPS or something else ? |
Topic: How to export more than one operation using mq export WPS? |
wooda
Replies: 7 Views: 12010
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 6:57 am Subject: How to export more than one operation using mq export WPS? |
Well TargetfunctionName is a JMS property which MQ stores natively in the RFH2 header. JMS properties are stored by MQ in the <usr> folder in the RFH2 header name value data.
So the easiest ... |
Topic: Module Vs Mediation Module |
wooda
Replies: 1 Views: 6358
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 6:53 am Subject: Module Vs Mediation Module |
From WPS 6.2 onwards you could do everyhting in a business module that you could do in a medition module.
Prior to 6.2 you could NOT put a mediation flow component in a business module.
Essential ... |
Topic: Import Failure |
wooda
Replies: 2 Views: 8030
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 3:26 am Subject: Import Failure |
Failed Events will only be raised at transactional boundaries,
by default the MFC invokes the import in the same transaction.
This can be controlled by the Async Invocation Qualifier of the callou ... |
Topic: Data Handler mediation primitive |
wooda
Replies: 1 Views: 5928
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 3:20 am Subject: Data Handler mediation primitive |
What is the specific issue you have with the Data Handler primitive ? |
Topic: Unable to start MDB Listener |
wooda
Replies: 4 Views: 13225
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 3:11 am Subject: Unable to start MDB Listener |
As I suspect you know the error javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'localhost:TEST'
means that a connection could not be made to the QMGR defined in the CF.
Th ... |
Topic: How to export more than one operation using mq export WPS? |
wooda
Replies: 7 Views: 12010
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 3:06 am Subject: How to export more than one operation using mq export WPS? |
For >1 operation you must use a different function selector, the default "Constant" function selector will always invoke one operation with the native method value "handleMessage&quo ... |
Topic: Native method not found error |
wooda
Replies: 3 Views: 11641
|
Forum: WebSphere Process Server (WID/WPS/WAS+) Posted: Tue Mar 09, 2010 3:00 am Subject: Native method not found error |
This error indicates a failure to find a valid operation to invoke for this message.
The Export has a configurable function selector class which gets access to the inbound message and returns a cor ... |
Topic: Sample CSV Msg Set |
wooda
Replies: 3 Views: 6421
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 25, 2006 1:03 am Subject: Sample CSV Msg Set |
Yes toolkit FP 6.0.0.1 should fix this problem.
Thx,
Alex |
Topic: Sample CSV Msg Set |
wooda
Replies: 3 Views: 6421
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 24, 2006 5:34 am Subject: Sample CSV Msg Set |
Hi javaforvivek,
It's great to hear you have been using the sample and find it useful.
You are quite correct that there was a bug in CSV_6 and it was exactly as you described.
You should ... |
Topic: CSV Output question |
wooda
Replies: 9 Views: 8251
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 20, 2005 8:10 am Subject: CSV Output question |
Modelling CSV messages in TDS has been discussed very many times on this forum, including use of double quotes around your data.
Try using the search function on this forum. It is very simple and r ... |
Topic: WBIMB 5.0.6 - Strange XML validation behaviour |
wooda
Replies: 4 Views: 4937
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 13, 2005 5:12 am Subject: WBIMB 5.0.6 - Strange XML validation behaviour |
Trace your logical tree before writing. Post it here.
The error indicates you have a malformed tree.
If the element has an empty string value it should appear in the the tree with value "" alterna ... |
Topic: Problem in writing element/attribute values in MRM domain |
wooda
Replies: 4 Views: 5324
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 09, 2005 3:23 am Subject: Problem in writing element/attribute values in MRM domain |
Hi,
Does the State element get written as an Attribute when the Include element is present before it in the tree ? Or only when it is not present ?
Regardless one solution (which depending on t ... |
Topic: Date Difference |
wooda
Replies: 15 Views: 13850
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2005 1:25 am Subject: Date Difference |
Come on this is not that complicated. Apply some common sense.
You clearly cannot cast a time as an interval. Think about it.
An interval is by defintion the difference between two time points.
... |