Author |
Message |
Topic: Difference between MQ API and JMS API |
lodha13
Replies: 8 Views: 12250
|
Forum: IBM MQ Java / JMS Posted: Thu May 31, 2012 11:34 am Subject: Difference between MQ API and JMS API |
I thought this question because as I am using WebsphereMQ as provider, so just wondering if MQI API supports all features or JMS might not support all the features which WSMQ provides.
1 Does JMS s ... |
Topic: Difference between MQ API and JMS API |
lodha13
Replies: 8 Views: 12250
|
Forum: IBM MQ Java / JMS Posted: Thu May 31, 2012 11:03 am Subject: Difference between MQ API and JMS API |
I can use MQI as well instead of JMS. Is there any MQI advantages over JMS |
Topic: Difference between MQ API and JMS API |
lodha13
Replies: 8 Views: 12250
|
Forum: IBM MQ Java / JMS Posted: Thu May 31, 2012 10:21 am Subject: Difference between MQ API and JMS API |
Hi
We have two different API's available to access Websphere MQ. I understand that JMS can only be used with JAVA but MQI can be used with any.
But in java what are adavantages of using one over ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 11:14 am Subject: reading message throwing 2115 |
Explain first why you would want to change your GMO within a single unit of work
I said I do not want change GMO.
There is a group of message. A group can contain any number of messag ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 10:46 am Subject: reading message throwing 2115 |
Here are my requirements
I cannot change the GMO Object for each message in gourp
I am using different MQMessage so that properties does not pass to the next message.
I want to change the syncpoi ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 8:05 am Subject: reading message throwing 2115 |
One more question.
initialize GMO object
GMO = syncpoint + others
read one good message
again define gmo = syncpoint
read one more good message
backout()
I have tried this scenario b ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 7:44 am Subject: reading message throwing 2115 |
That makes sense creating new message object but GMO |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 7:41 am Subject: reading message throwing 2115 |
I am not able to click on read link where does it point to |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 7:37 am Subject: reading message throwing 2115 |
If we dont use syncpoint I will not be able to backout in the queue. I am using syncpoint. |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 7:23 am Subject: reading message throwing 2115 |
As my most worthy associate says, why do you think that?
In my application I cannot reset GMO Object. Is there any other possibility. |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 7:09 am Subject: reading message throwing 2115 |
Here are CCSID
First time read
1. Good Msg 819
2. Good Msg 819
3. Bad Msg 451
4. Good Msg
read after th ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 6:58 am Subject: reading message throwing 2115 |
As you said you are not resetting the gmo. If we reset gmo after reading one
read good message //1
gmo=synpoint|.....
read bad message
backout // In this case it wont backout the already re ... |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 6:37 am Subject: reading message throwing 2115 |
rfutil is the tool.
Do we need to reset the mymessage and gmo object each time an error occurs.if this the case then the sync point will be changed and the backout will not backout complete group. |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 6:28 am Subject: reading message throwing 2115 |
Yes its a group with the same group id.
All the good message arrive with the same CCSID(437) and bad message with different(451)
I am putting the message with some tool. |
Topic: reading message throwing 2115 |
lodha13
Replies: 43 Views: 34202
|
Forum: IBM MQ API Support Posted: Fri May 18, 2012 6:26 am Subject: reading message throwing 2115 |
Please see above. I have pasted the code |