Author |
Message |
Topic: WebSphere MQ - IMS interaction |
BDB
Replies: 4 Views: 3601
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 05, 2010 6:03 am Subject: WebSphere MQ - IMS interaction |
i use a channel message exit that is setting the userid for incoming messages to a specific "technical" id (if you dont care for the real user id) which is known to RACF so IMS transactions ... |
Topic: WebSphere MQ - IMS interaction |
BDB
Replies: 4 Views: 3601
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 04, 2010 7:47 pm Subject: WebSphere MQ - IMS interaction |
Hi Guys,
Need some pointers from experts on board. I have a MQMgr (say Mgr1) installed on a Linux box. This has a remote queue defined that triggers a IMS transaction when a message is put into it ... |
Topic: Core dump issues |
BDB
Replies: 4 Views: 6758
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2009 5:45 am Subject: Re: Core dump issues |
I did.
And what did the support desk say?
LOL... found the culprit. But the reason appear to be silly though.
I have a line in my code where I typecast the recieved message
msg = getRe ... |
Topic: Core dump issues |
BDB
Replies: 4 Views: 6758
|
Forum: IBM MQ Java / JMS Posted: Tue Mar 10, 2009 4:02 am Subject: Re: Core dump issues |
If you see this dump, please open a support case with BEA and
supply as much information as you can on your system setup and
the program you were running. You can also search for solutions
to your ... |
Topic: Core dump issues |
BDB
Replies: 4 Views: 6758
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 09, 2009 2:16 pm Subject: Core dump issues |
I am getting the Core dump on Linux box. I have a Request /Reply pattern implemented and it crashes when the program calls the .recieve() method.It occurs sporadically. Did anyone face this issue?
... |
Topic: Works on local windows install but gives 2045 on Linux |
BDB
Replies: 4 Views: 4915
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 09, 2009 2:11 pm Subject: Works on local windows install but gives 2045 on Linux |
I got it working. Thanks Vitor.  |
Topic: Works on local windows install but gives 2045 on Linux |
BDB
Replies: 4 Views: 4915
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 09, 2009 6:24 am Subject: Re: Works on local windows install but gives 2045 on Linux |
I used the MQBrowse.java from the IBM sample code to browse the messages on the remote queue. I have not made any changes to the sample code. It works on the local windows MQ installation but fails on ... |
Topic: Works on local windows install but gives 2045 on Linux |
BDB
Replies: 4 Views: 4915
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 09, 2009 6:03 am Subject: Works on local windows install but gives 2045 on Linux |
Hi,
I used the MQBrowse.java from the IBM sample code to browse the messages on the remote queue. I have not made any changes to the sample code. It works on the local windows MQ installation but f ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 23, 2009 12:36 pm Subject: Did anyone work with such configuration? Need help |
The problem is the response object also contains header information. How do I remove that and only pass back the actual data?
Ok, it does contain only contain data. WMQ treats everything that is ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 23, 2009 11:05 am Subject: Did anyone work with such configuration? Need help |
Ok... I could successfully fix my issue and I am able to successfully fetch my response. I have one question.
Currently I am simulating a response sent by MQ server installed on my local machine. ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2009 7:00 pm Subject: Did anyone work with such configuration? Need help |
I think I got a clue ..CorrelExample.java that says
http://www-304.ibm.com/jct01005c/isv/tech/sample_code/mq/CorrelExample.java
c) legacy -> JMS. When the correlation ID originates in some ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Fri Feb 20, 2009 6:50 pm Subject: Did anyone work with such configuration? Need help |
In the above Request/Reply example I am facing issue correlating the messages. When I don't specify MessageSelector, I can get the message but when I specify selector as "JMSCorrelationID = 'valu ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 19, 2009 5:19 am Subject: Did anyone work with such configuration? Need help |
Ahh..I forgot to add that My example that is working is based on Request/Reply pattern. May be my message selector expression is not setup correctly. I will fix it and get back to you if I face a ... |
Topic: Did anyone work with such configuration? Need help |
BDB
Replies: 8 Views: 6547
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 18, 2009 4:50 pm Subject: Did anyone work with such configuration? Need help |
I have tested my prototype succesfully with one weblogic server bridged to a MQ server on another machine via a binding file. I am able to send message to the MQ and also recieve the result. The weblo ... |
Topic: weblogic.jms.common.HdrMessageImpl |
BDB
Replies: 2 Views: 4267
|
Forum: IBM MQ Java / JMS Posted: Wed Feb 18, 2009 5:47 am Subject: weblogic.jms.common.HdrMessageImpl |
Issue is fixed. My message creation was the issue.
Thank you for all the help. |