Author |
Message |
Topic: Understanding JNDI Binding file for MQ |
calanais
Replies: 6 Views: 9968
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 05, 2015 5:48 am Subject: Understanding JNDI Binding file for MQ |
Note as well that the contents of the .binding file aren't for 'people' to read. They are for the File System context JNDI provider to load from.
The interaction should be via the JNDI lookup meth ... |
Topic: Queue consumer with selector consume message not matched |
calanais
Replies: 7 Views: 10928
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2014 2:42 am Subject: Queue consumer with selector consume message not matched |
I would do the following:
Check that you've the lastest JMS Client.. you didn't say what the CSD level was.
Have you tired without read-ahead.. just in case this the problem.
Might be wor ... |
Topic: Queue consumer with selector consume message not matched |
calanais
Replies: 7 Views: 10928
|
Forum: IBM MQ Java / JMS Posted: Fri Nov 14, 2014 2:20 am Subject: Queue consumer with selector consume message not matched |
So to clarify you have 2 consumers with two different selectors - based on correlation ID but with different values.
There are a spread of messages on the queue, and sometimes a consumer with sele ... |
Topic: Error while using v7.5 com.ibm.mq.MQQueue get() APi-MQJE001b |
calanais
Replies: 5 Views: 8935
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 01, 2014 12:50 am Subject: Error while using v7.5 com.ibm.mq.MQQueue get() APi-MQJE001b |
That property file need should be in com.ibm.mq.jar - but that looks to be on the classpath if you can use MQDestination.
Is this a standalone command line started JVM here? Or inside some other f ... |
Topic: Working on Pub/Sub first Time |
calanais
Replies: 12 Views: 7639
|
Forum: General Discussion Posted: Fri Jun 06, 2014 6:53 am Subject: Working on Pub/Sub first Time |
For the new application being written within WAS 8.5.5 (that will use the WMQ Resource Adapter) you won't need to worry about the broker version settings;
Setting the provider version to 7 will fo ... |
Topic: End of file exception when using MQ classes for Java |
calanais
Replies: 6 Views: 11659
|
Forum: IBM MQ Java / JMS Posted: Fri May 16, 2014 8:06 am Subject: End of file exception when using MQ classes for Java |
Hi;
Just to pick up on a comment above; could you expand on the reasons for using the com.ibm.mq.* ("Base Java Classes") rather than the WMQ JMS provision?
For handling a simple set of ... |
Topic: SYSTEM.MANAGED.NDURABLE |
calanais
Replies: 18 Views: 24783
|
Forum: IBM MQ Performance Monitoring Posted: Thu May 15, 2014 6:50 am Subject: SYSTEM.MANAGED.NDURABLE |
Thanks for posting the outcome; the createSession(...) call can be confusing. Indeed in JMS2.0 there are two variants for createSession(...). One that doesn't take any parameters - for use in JavaEE ... |
Topic: SYSTEM.MANAGED.NDURABLE |
calanais
Replies: 18 Views: 24783
|
Forum: IBM MQ Performance Monitoring Posted: Wed May 14, 2014 6:47 am Subject: SYSTEM.MANAGED.NDURABLE |
Can you give some detail about the what the subscriber is please?
For example is this an MDB/EJB?
Or is a message listener or synchronous receive defined in a JavaSE application?
This mak ... |
Topic: Client Jar files |
calanais
Replies: 5 Views: 4878
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 09, 2014 6:53 am Subject: Client Jar files |
Can you say which Java language client you want to use. WebSphere MQ classes for Java (com.ibm.mq.*) or WebSphere MQ classes for JMS (com.ibm.mq.jms.*)?
As was said the approved route is to use an ... |
Topic: JBoss EAP 6.2/WMQ 7.5: The method 'xa_recover' has failed |
calanais
Replies: 2 Views: 5659
|
Forum: IBM MQ Java / JMS Posted: Fri Dec 20, 2013 8:15 am Subject: JBoss EAP 6.2/WMQ 7.5: The method 'xa_recover' has failed |
I think this would be worth raising a problem with IBM Service |
Topic: Can a Pure JMS Client Access QM Cluster? |
calanais
Replies: 21 Views: 12808
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 06, 2013 4:27 am Subject: Can a Pure JMS Client Access QM Cluster? |
Minor point but it's important... com.ibm.mq.MQEnvironment is a WMQ Base Java classes API class... It's not part of the WMQ JMS Client implementation.
M. |
Topic: Exclusive access to Queue |
calanais
Replies: 12 Views: 8449
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2013 1:25 am Subject: Exclusive access to Queue |
Could you explain how you have not been able to succeed? Also is this via JMS or the WMQ Base Java API?
Also why do you only want a single thread to access a queue at one time? Do you have some st ... |
Topic: How bindings file in mq works |
calanais
Replies: 4 Views: 6858
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 14, 2013 7:14 am Subject: How bindings file in mq works |
There are two definitions of connection factories there; each will be bound into JNDI with different names. When the application gets these out of JNDI, it will be able to create a JMS connection from ... |
Topic: “[IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTAT |
calanais
Replies: 6 Views: 8157
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 28, 2010 6:55 am Subject: “[IBM][CLI Driver] CLI0124E Invalid argument value. SQLSTAT |
Try a different forum - this is WMQ JMS/Java |
Topic: Problem with hashCode() on MQTopic and MQQueue |
calanais
Replies: 6 Views: 9290
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 08, 2010 12:09 am Subject: Problem with hashCode() on MQTopic and MQQueue |
Check the latest service fixes - specifically http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg1IZ53893 in WMQ 7.0.1.2 |