Author |
Message |
Topic: com.ibm.mq.jms.MQQueueSession - notserializable error |
8davitt
Replies: 5 Views: 4775
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 21, 2006 4:37 am Subject: com.ibm.mq.jms.MQQueueSession - notserializable error |
And it does work. Would like to get rid of the serialization error >>message
from servlet in jboss (4.0.2).
MQ JMS is not supported within jboss.
/s |
Topic: MQ Performance |
8davitt
Replies: 13 Views: 7912
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 07, 2006 2:26 am Subject: MQ Performance |
If you want faster response when using Message Selectors then you should use the IBM provider specific format of "ID:hexstring".
Refer to the Websphere Using Java manual for more information.
/ ... |
Topic: BEA JMS |
8davitt
Replies: 2 Views: 2245
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 07, 2006 2:21 am Subject: BEA JMS |
As this question is related to WMBI you should ask it on that forum.
Otherwise ask your BEA support group.
/s |
Topic: Invoking java applicaton after a message reached to Queue. |
8davitt
Replies: 12 Views: 8580
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 07, 2006 2:20 am Subject: Invoking java applicaton after a message reached to Queue. |
This is not difficult. You should be able to use MQ triggering for any language when a message arrives on a queue.
Write a script which is executed by the MQ trigger processing and the script can e ... |
Topic: JMS Pub-Sub Problem |
8davitt
Replies: 7 Views: 5225
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 05, 2006 5:37 am Subject: JMS Pub-Sub Problem |
We are now using MQSeries v5.3 + SupportPac MQ_CSD08
Why on earth would you be using CSD08 level when it is known to be unstable and has been withdrawn by IBM from their download websites?
You ... |
Topic: javax.jms.JMSException: MQJMS2002: failed to get message |
8davitt
Replies: 1 Views: 3956
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 28, 2006 4:22 am Subject: javax.jms.JMSException: MQJMS2002: failed to get message |
Hi samgn1,
Are there any other messages associated with the exception? For example is there a linked exception?
Does it work OK when performing inserts with less than 1000 records?
Are there ... |
Topic: Problem in reading a 12000 character length MQ Message |
8davitt
Replies: 2 Views: 2604
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 28, 2006 4:01 am Subject: Problem in reading a 12000 character length MQ Message |
Please review the MQ Java API.
MQQueue.get( MQMessage message,
MQGetMessageOptions gmo,
int MaxMsgSize)
This returns data up to a maximum of MaxMsgSi ... |
Topic: Error en MQQueueManager |
8davitt
Replies: 4 Views: 4677
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 28, 2006 3:38 am Subject: Error en MQQueueManager |
Hello TRANSPORTATOR,
Your java.lang.NullPointerException in the Applet application appears to be completely unrelated to the MQSamp.java program that you posted.
I think you should provide infor ... |
Topic: unwanted text in message... |
8davitt
Replies: 6 Views: 5341
|
Forum: IBM MQ Java / JMS Posted: Wed Jun 28, 2006 3:31 am Subject: unwanted text in message... |
Probably clearer and more explicit is to use the method Destination.setTargetClient(JMSC.MQJMS_CLIENT_NONJMS_MQ)
See reference docs in Using Java Chapter 15
or better yet create a Destination ( ... |
Topic: JMS or MQ Java API? |
8davitt
Replies: 5 Views: 3916
|
Forum: General Discussion Posted: Tue Jun 27, 2006 3:06 am Subject: JMS or MQ Java API? |
Mmmm. Maybe. Or rather than broad is it more elementary. For example if someone started coding in Java and then wanted a language feature that was available in COBOL would they start asking Sun wh ... |
Topic: JMS or MQ Java API? |
8davitt
Replies: 5 Views: 3916
|
Forum: General Discussion Posted: Tue Jun 27, 2006 2:26 am Subject: JMS or MQ Java API? |
A question that constantly arises in the world of Java messaging is 'Can I use feature XYZ from the MQ API with my JMS application?'.
<RANT>
(MQ Java API != JMS API)
It is as simple a ... |
Topic: Error en MQQueueManager |
8davitt
Replies: 4 Views: 4677
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 27, 2006 2:06 am Subject: Error en MQQueueManager |
I do not understand your question.
However I used your source code and I modified one line:
MQQueue system_defaul_local_queue = qMgr.accessQueue("SYSTEM.DEFAULT.LOCAL.QUEUE", openOptions);
to ... |
Topic: MQ in WebSphere, need advise |
8davitt
Replies: 12 Views: 7755
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 27, 2006 1:49 am Subject: MQ in WebSphere, need advise |
Connection pooling is available for MQ Java API and it is clearly documented in the Using Java manual. However I will not give a reference to that information because as fjb_saper has indicated you sh ... |
Topic: durable subscriptions |
8davitt
Replies: 1 Views: 2256
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 27, 2006 1:42 am Subject: durable subscriptions |
Hi
'JMS Nodes'? Kindly move question to the MQSI Support forum.
/s |
Topic: how to set the "message retention" |
8davitt
Replies: 1 Views: 3575
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 27, 2006 1:38 am Subject: how to set the "message retention" |
Refer to documentation:
http://www.elink.ibmlink.ibm.com/public/applications/publications/cgibin/pbi.cgi?CTY=US&FNC=SRX&PBL=SC34659101
See Chapter 14, 'Planning an application' and 'Gene ... |