Author |
Message |
Topic: May message be corrupted? |
fredand44
Replies: 3 Views: 2442
|
Forum: General IBM MQ Support Posted: Sat May 31, 2008 11:32 am Subject: Good coment! |
Hello!
I will try to get the exact specifications tomorrow.
But I'm pretty sure of this:
Weblogic 8.1.4 with SP 5
MQ 5.3
So if this say anything to you, just let me know!
Best regards
fre ... |
Topic: May message be corrupted? |
fredand44
Replies: 3 Views: 2442
|
Forum: General IBM MQ Support Posted: Sat May 31, 2008 3:43 am Subject: May message be corrupted? |
Hello guys!
I really need som comment for this problem, and I need it fast.
We are suppose to deliver a system upgrade into our production environment tomorrow!
Yesterday we experience a very odd ... |
Topic: Is there any url that list and explains all error codes? |
fredand44
Replies: 8 Views: 8050
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 15, 2008 12:56 am Subject: Thanks! |
Hello!
Thanks for your input!
Did you by any chance found the desc. for 2003 on the net?If yes, could you give me the url?
Thanks a lot in advance!
Fredrik |
Topic: Is there any url that list and explains all error codes? |
fredand44
Replies: 8 Views: 8050
|
Forum: IBM MQ Java / JMS Posted: Tue Apr 15, 2008 12:02 am Subject: Aha!! |
Hello guys!
Thanks for your great idea:
The "getLinkedException" gave me:
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2003
at com.ibm.mq.MQQueue.putMsg2(MQQueue.java: ... |
Topic: Is there any url that list and explains all error codes? |
fredand44
Replies: 8 Views: 8050
|
Forum: IBM MQ Java / JMS Posted: Mon Apr 14, 2008 5:26 am Subject: Is there any url that list and explains all error codes? |
Hello guys!
I have a testcase that sends a lot of messages to MQ. During the end of the test I receive a MQJMS2007 for some messages.
javax.jms.JMSException: MQJMS2007: failed to send message to ... |
Topic: How to set the provider transacted |
fredand44
Replies: 0 Views: 1959
|
Forum: IBM MQ Java / JMS Posted: Sun Apr 06, 2008 10:45 am Subject: How to set the provider transacted |
Hello!
I got an MDB deployed in a Weblogic 8.1. This MDB Listen for messages from a queue at a MQ 6.0.
If a mark it as <transaction-type>Bean</transaction-type> then I can deploy it ... |
Topic: Why does not my Exception make a rollback? |
fredand44
Replies: 6 Views: 5011
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 03, 2008 9:07 am Subject: I do not think that would work. |
Hello!
Thanks for your reply.
Sounds very interesting, but in our production environment the Weblogic and our MQ run on different machines.
Correct me if I'm wrong but even if we use CMT, the ... |
Topic: Why does not my Exception make a rollback? |
fredand44
Replies: 6 Views: 5011
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 03, 2008 2:41 am Subject: Acctually it is version 6.0! |
Hello!
Thanks for your reply.
Acctually I'm using version 6.0 in my development environment.
This is the place where I run in to this problem.
In our production environment we still got vers ... |
Topic: Why does not my Exception make a rollback? |
fredand44
Replies: 6 Views: 5011
|
Forum: IBM MQ Java / JMS Posted: Thu Apr 03, 2008 12:01 am Subject: Why does not my Exception make a rollback? |
Hello!
I got an MDB registred in a WLS 8.1.5 that consumes messages from a queue in my MQ 5.3.
I use Bean-manged-transaction for the MDB, and the code/logic looks like:
onMessage(Message m)
... |
Topic: Is there a way to know if the message has received to a MQ? |
fredand44
Replies: 6 Views: 3993
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 02, 2008 12:22 pm Subject: Hmm!! |
Hello!
Very interesting (COA)
I found this:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/rmj_reports.html
But no examples.
... |
Topic: Is there a way to know if the message has received to a MQ? |
fredand44
Replies: 6 Views: 3993
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 02, 2008 10:40 am Subject: But can I be sure... |
Hello!
That came to me as well on the bus home!
No exception = No problems
Exception = Problems.
As you said ... message sent.
But can I be sure it arrived?
Best regards
Fredrik |
Topic: Is there a way to know if the message has received to a MQ? |
fredand44
Replies: 6 Views: 3993
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 02, 2008 6:26 am Subject: Is there a way to know if the message has received to a MQ? |
Hello!
I 'm running in a bean-managed-transacted environment in WebLogic.
I got a MDB consuming messages from a queue inside WebLogic.
The MDB should forward this message to a MQ queue.
In t ... |
Topic: My setStringProperty returns null?? |
fredand44
Replies: 2 Views: 2187
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 25, 2008 11:40 am Subject: I think I got it!! |
Hello!
I do not nearly believe my self, but I think I found the error.
When I set up the jndi I set TARGCLIENT(MQ).
I found out that it probably should be TARGCLIENT(JMS)
Then it looks tha ... |
Topic: How do I set routing params with in JMS for MQ? |
fredand44
Replies: 3 Views: 2318
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 25, 2008 11:37 am Subject: I think I got it!! |
Hello!
I do not nearly believe my self, but I think I found the error.
When I set up the jndi I set TARGCLIENT(MQ).
I found out that it probably should be TARGCLIENT(JMS)
Then it looks tha ... |
Topic: How do I set routing params with in JMS for MQ? |
fredand44
Replies: 3 Views: 2318
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 25, 2008 10:30 am Subject: How do I set routing params with in JMS for MQ? |
Hello!
(You all have probably seen my prev message).
I try to ask it in an better way.
I need to set params in a JMS-message that a MQ-broker should use for routing.
I thought that the fol ... |