Author |
Message |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 13, 2015 2:41 pm Subject: Spring JMS WMQ Integration |
No you cannot.
As the MF is at MQ V6 (OBSOLETE AND OUT OF SUPPORT) please check that there is a CAF (client attachment Facility) ...
Beyond that you need +inq as additional permission on every obj ... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 13, 2015 11:05 am Subject: Spring JMS WMQ Integration |
JMS does do things like inquire on queues and etc. where normal MQ Java classes don't, unless I'm remembering wrong.
This might play higgledy-piggledy with the mainframe objects and their permissio ... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 13, 2015 9:48 am Subject: Spring JMS WMQ Integration |
So would the use of JMS change so many things??
I am trying to understand should moving to JMS be similar considering JMS is inherently using my WMQ JARs for the bridge.
JMS is a sepa ... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 13, 2015 8:58 am Subject: Spring JMS WMQ Integration |
So you're attaching to a remote mainframe. What is the version of MQ on the mainframe?
Depending on the version does it have the Client Attachment Facility (CAF)?
If not that might be one of your ... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 12, 2015 2:35 pm Subject: Spring JMS WMQ Integration |
Thanks for the reply Vitor!
I would really appreciate it if you could point out the options and how to set them under the Spring JMS configuration I have above with which I can avoid this error!
... |
Topic: MQ Message coming out of sequence |
apatnaik14
Replies: 12 Views: 12800
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 12, 2015 1:17 pm Subject: MQ Message coming out of sequence |
I feel like the dependency was in place to identify and map the request and response pair or even just the request messages, since you made it clear above that request 2 is not dependent on the output ... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 12, 2015 12:53 pm Subject: Spring JMS WMQ Integration |
Thanks for the reply Vitor!
I would really appreciate it if you could point out the options and how to set them under the Spring JMS configuration I have above with which I can avoid this error!
... |
Topic: Spring JMS WMQ Integration |
apatnaik14
Replies: 14 Views: 18209
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 11, 2015 1:16 pm Subject: Spring JMS WMQ Integration |
Hi All,
I am currently building a spring web application listener which is to interface with a main frame system running WMQ.
I have the queue and channel configurations and I am able to connec ... |