Author |
Message |
Topic: Should rollback msg be sent to my MDB right away with FIFO? |
tingwen
Replies: 4 Views: 4761
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 04, 2009 11:36 pm Subject: Should rollback msg be sent to my MDB right away with FIFO? |
MDB using Message listener Service in WebSphere 6.1 in Linux
MQ 6.0.2.0 running in Linux
MDB is running CMP
question: when the MDB is calling ctx.setRollbackOnly() and the msg was sent back to th ... |
Topic: Persistence question |
tingwen
Replies: 8 Views: 4965
|
Forum: General IBM MQ Support Posted: Wed May 10, 2006 11:34 am Subject: Persistence question |
Can I persist message in RDBMS, instead of files on HD? If yes, where can I find more information for that? thanks
wen |
Topic: Q: WebSphere Message Listener Service |
tingwen
Replies: 2 Views: 2328
|
Forum: General IBM MQ Support Posted: Wed May 03, 2006 12:18 pm Subject: Q: WebSphere Message Listener Service |
thanks, that is what I am looking for. The WAS configuration to set monitor time interval for MLS... |
Topic: Q: WebSphere Message Listener Service |
tingwen
Replies: 2 Views: 2328
|
Forum: General IBM MQ Support Posted: Wed May 03, 2006 11:01 am Subject: Q: WebSphere Message Listener Service |
I understand Message Listener Service is monitoring a destination (queue/topic). Whenever a message arrives in the destination, it will be sent to the MDB that is using the MLS.
My question,
1 ... |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 10:44 pm Subject: MQ 2072 (Sync Point Not Available) |
send() method.. |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 6:10 pm Subject: MQ 2072 (Sync Point Not Available) |
Installed WMQ 6.0.1 Refresh Pack. Now facing following exception:
[2/23/06 17:41:59:721 PST] 0000002f SystemErr R java.lang.UnsupportedOperationException: MQJMS1091: operation invalid for unid ... |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 4:23 pm Subject: MQ 2072 (Sync Point Not Available) |
nope i did not upgrade, will look for the upgrade now... |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 4:20 pm Subject: MQ 2072 (Sync Point Not Available) |
The receiver receives msg thru WAS 6.0 Message Listener Service which used non-XA QCF. However, the sender code is using xaqcf...
wen |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 4:15 pm Subject: MQ 2072 (Sync Point Not Available) |
I've set Tx 'Required' ... |
Topic: MQ 2072 (Sync Point Not Available) |
tingwen
Replies: 11 Views: 16183
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 23, 2006 3:51 pm Subject: MQ 2072 (Sync Point Not Available) |
This is my case:
1. MDB running on WAS 6.0, Linux,
2. MQ 6.0 and WAS 6.0 on same box
3. defined JMSAdmin object : xaqcf
4. bind mode defined
5. no channel, host name, etc defined in xaqcf objec ... |
Topic: ObjectMessage equivalent |
tingwen
Replies: 8 Views: 4030
|
Forum: General Discussion Posted: Fri Dec 23, 2005 3:52 pm Subject: ObjectMessage equivalent |
....If you want to share data between Java programs and non-java programs, the best way is to serialize the java object into some sort of text data, either an XML structure or something that can be in ... |
Topic: MQ user exit java code |
tingwen
Replies: 1 Views: 2090
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 09, 2005 5:40 pm Subject: MQ user exit java code |
Looking for documentation of sample codes for writing MQ user exit java codes. Any MQ document from IBM that talks about it? thanks
wen |
Topic: dreaded 2009 reason code |
tingwen
Replies: 20 Views: 32356
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 21, 2005 12:22 pm Subject: dreaded 2009 reason code |
thanks, but I am running MQ 6.0. You think these two patch will work for 6.0?
wen |
Topic: dreaded 2009 reason code |
tingwen
Replies: 20 Views: 32356
|
Forum: IBM MQ Java / JMS Posted: Fri Oct 21, 2005 11:02 am Subject: dreaded 2009 reason code |
Received 2009 (while doing send() in JMS codes running on WebSphere 6.0) with following FDC report... Is my problem related to original post here? thanks
wen
---
+---------------------------- ... |
Topic: Problem putting message to queue using WS AppSrv 6 & MQ |
tingwen
Replies: 10 Views: 8743
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 20, 2005 1:34 pm Subject: Problem putting message to queue using WS AppSrv 6 & MQ |
I have similar situation of getting same error code: 2009. This is what I did
1. WAS 6.0 (base, no supportpac) and MQ 6.0 are installed in two different servers.
2. create MDB and deployed under ... |