Author |
Message |
Topic: Query for Moving from non-SSL to SSL MQ connection |
hi.riyazkhan
Replies: 7 Views: 6777
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2012 5:14 am Subject: Query for Moving from non-SSL to SSL MQ connection |
Yes, I followed the same instructions by you and Grand Master to use generics, and just wanted to clarify the queries in this post.
And as far as Documentation is concerned, I followed IBM redbook ... |
Topic: Query for Moving from non-SSL to SSL MQ connection |
hi.riyazkhan
Replies: 7 Views: 6777
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2012 4:32 am Subject: Query for Moving from non-SSL to SSL MQ connection |
@Vitor
As a requirement I had to add some properties explicitly to exactly <usr> folder of RFH2 header of the message (whiche are very specific to IBM MQ).
And as I followed IBM documentat ... |
Topic: Query for Moving from non-SSL to SSL MQ connection |
hi.riyazkhan
Replies: 7 Views: 6777
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2012 2:13 am Subject: Query for Moving from non-SSL to SSL MQ connection |
Hi,
I have implemented a code for non-SSL MQ connection, which worked fine for communication between WAS and WMQ. now I want to do the same for SSL connection.
Now the issue is initially I had u ... |
Topic: unable to get connection using JNDI |
hi.riyazkhan
Replies: 4 Views: 4274
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 24, 2012 6:08 am Subject: unable to get connection using JNDI |
Thanks a lot for the replay Grand master
I believe same is true in case of MQQueueConnection, which means I should use generic Connection object and not WMQ specific so that I dont get the Class ... |
Topic: unable to get connection using JNDI |
hi.riyazkhan
Replies: 4 Views: 4274
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 24, 2012 5:38 am Subject: unable to get connection using JNDI |
Hi I am new to MQ and trying to get the connection using JNDI object present in WMQ 7.
the jndi object is obtained using spring as follows
type of jndi object for mqConnectionFactory defined in ... |
Topic: How to fetch Message Body from MQ message stored in CLOB |
hi.riyazkhan
Replies: 6 Views: 6604
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 18, 2012 8:56 pm Subject: How to fetch Message Body from MQ message stored in CLOB |
Thanks a lot for the replies...
@Saper.. Actually I too thought of the same initially, however its not serialized object. the other application people sent some lines of code and looked lik ... |
Topic: How to fetch Message Body from MQ message stored in CLOB |
hi.riyazkhan
Replies: 6 Views: 6604
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 18, 2012 2:16 am Subject: How to fetch Message Body from MQ message stored in CLOB |
Hi,
I am new to Websphere MQ.
In our application we have a Full MQ message (i.e. MQMD + RFH2 + message body) received and stored in DB in CLOB column.
Now I need to parse this CLOB data to extr ... |