Author |
Message |
Topic: MQ ssl ciphersuite |
jfecq
Replies: 2 Views: 5167
|
Forum: General IBM MQ Support Posted: Tue Mar 18, 2014 5:56 am Subject: MQ ssl ciphersuite |
As indicated in my post I am using SR6 FP1
IBM JRE
java version "1.7.0"
Java(TM) SE Runtime Environment (build pwa6470sr6fp1-20140108_01(SR6 FP1))
IBM J9 VM (build 2.6, JRE 1.7.0 ... |
Topic: MQ ssl ciphersuite |
jfecq
Replies: 2 Views: 5167
|
Forum: General IBM MQ Support Posted: Tue Mar 18, 2014 2:12 am Subject: MQ ssl ciphersuite |
Hi,
I am using the followings.
MQ Java client for Windows v7.5
MQ 7.5.0.0
IBM JRE
java version "1.7.0"
Java(TM) SE Runtime Environment (build pwa6470sr6fp1-20140108_01(SR6 FP1))
... |
Topic: MQCE, SSL, MQ Advanced Message Security |
jfecq
Replies: 19 Views: 15856
|
Forum: IBM MQ Security Posted: Sun Mar 09, 2014 10:44 pm Subject: MQCE, SSL, MQ Advanced Message Security |
Thank you!
Hi,
Ok. Lets go over a few points first:
(1) MQ SSL is included with MQ but requires SSL certificates and is used to encrypt data as it passes over MQ channels (between 2 points o ... |
Topic: MQCE, SSL, MQ Advanced Message Security |
jfecq
Replies: 19 Views: 15856
|
Forum: IBM MQ Security Posted: Thu Mar 06, 2014 10:15 pm Subject: MQCE, SSL, MQ Advanced Message Security |
Thanks! I did read up but was confused that's why I seek help here.
http://www.capitalware.com/mqce_overview.html
The MQ Channel Encryption v3.0.0 (MQCE) is a solution that provides encryption f ... |
Topic: MQCE, SSL, MQ Advanced Message Security |
jfecq
Replies: 19 Views: 15856
|
Forum: IBM MQ Security Posted: Thu Mar 06, 2014 8:38 pm Subject: MQCE, SSL, MQ Advanced Message Security |
You are saying I need to know SSL in depth to know how MQ make use of SSL? Like I need to understand SSL white paper to know that with SSL, messages are encrypted in channel?
Perhaps someone can ... |
Topic: MQCE, SSL, MQ Advanced Message Security |
jfecq
Replies: 19 Views: 15856
|
Forum: IBM MQ Security Posted: Thu Mar 06, 2014 7:39 pm Subject: MQCE, SSL, MQ Advanced Message Security |
Do a bit of research on your own.
Go to google. Search for MQAMS. Search for MQCE. Search for SSL. Your questions will be answered there.
Thanks for your kind reply. If you are able to pro ... |
Topic: MQCE, SSL, MQ Advanced Message Security |
jfecq
Replies: 19 Views: 15856
|
Forum: IBM MQ Security Posted: Thu Mar 06, 2014 6:34 pm Subject: MQCE, SSL, MQ Advanced Message Security |
Hi, I am quite confused between the 3.
SSL is to authenticate the queue manager connecting to each other via the certificates. SSL encryption encrypts messages ONLY on the channels between queue ma ... |
Topic: Output as XML message |
jfecq
Replies: 13 Views: 7208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 28, 2013 5:51 pm Subject: Output as XML message |
No.
That won't do anything.
And, no, you DO NOT NEED TO DO THIS to send to an MQOutput node.
The MQOutput node is perfectly capable of taking any kind of logical message tree and using the ... |
Topic: Output as XML message |
jfecq
Replies: 13 Views: 7208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 10:18 pm Subject: Output as XML message |
These are enough?
SET OutputRoot.Properties.CodedCharSetId=1208;
SET OutputRoot.MQMD.CodedCharSetId = 1208;
DECLARE xmlAsBlob BLOB CAST(InputRoot.SOAP.Body.xml AS BLOB CCSID(1208) ... |
Topic: Output as XML message |
jfecq
Replies: 13 Views: 7208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 9:55 pm Subject: Output as XML message |
Therefore I should used SET OutputRoot.BLOB.BLOB? Since the other party expects the whole xml including <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
Topic: Output as XML message |
jfecq
Replies: 13 Views: 7208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 27, 2013 6:54 pm Subject: Output as XML message |
Hi, I need to use broker to output a XML message to a remote queue. Using ESQL,
-- this?
SET OutputRoot."BLOB"."BLOB" = xmlAsBlob;
-- or this?
SET OutputRoot.XMLNSC = xml ... |
Topic: A BIP5035E XMLNSC validation failure during deployment |
jfecq
Replies: 6 Views: 9322
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 19, 2012 5:36 pm Subject: A BIP5035E XMLNSC validation failure during deployment |
I managed to apply the fix pack and solve the deployment issue. But I took a long time to realise under the toolkit, I can, and have to, change the runtime of the broker.
Only if you're using nodes ... |
Topic: A BIP5035E XMLNSC validation failure during deployment |
jfecq
Replies: 6 Views: 9322
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 18, 2012 5:26 pm Subject: A BIP5035E XMLNSC validation failure during deployment |
Also, what was the output of the haregtyp command? Did you ensure that the disk you pointed to was nonquorum disk ? Also, does the domain user for the broker service id exist in the local mqbrkrs grou ... |
Topic: A BIP5035E XMLNSC validation failure during deployment |
jfecq
Replies: 6 Views: 9322
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 18, 2012 6:39 am Subject: A BIP5035E XMLNSC validation failure during deployment |
I encountered a weird problem during deployment. I am using MQ 7.5 and Broker 8.0. Queue manager is on MSCS, Windows 2008.
I created a broker using
mqsicreatebroker mybroker -q myqm -e e:\wm ... |
Topic: MSCS failover with shared folder path |
jfecq
Replies: 5 Views: 16285
|
Forum: Clustering Posted: Mon Nov 19, 2012 1:59 am Subject: MSCS failover with shared folder path |
Yup I know is either or. So does that means MQ will detect qm created on shared folder is MI, and there is no way to 'turn it off'? Meaning able to use MSCS on shared folder? |