Author |
Message |
Topic: Moving from SSL 3.0 to TLS 1.2 |
EKhalil
Replies: 9 Views: 10505
|
Forum: General IBM MQ Support Posted: Fri Mar 17, 2017 7:02 am Subject: Moving from SSL 3.0 to TLS 1.2 |
FYI: Key size of 1024 and Signature Algorithm SHA1withRSA will support CipherSpec TLS_RSA_WITH_AES_256_CBC_SHA256. I have implemented this config successfully. The key size of 1024 is not recommeded ... |
Topic: Aggregation Sample for IIB10 |
EKhalil
Replies: 7 Views: 9961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2015 4:49 pm Subject: Where are the patterns in IIB v 10 |
I am also facing the same issue...It connects to the hub but I cant see any patterns at all... |
Topic: View mqsisetdbparms |
EKhalil
Replies: 21 Views: 29996
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 14, 2014 8:29 am Subject: Has anyone tried to decrypt UserId.dat ? |
Quote: "13. What database credential did I configure for database access?
The username configured on the broker to access a database can be found in the following file:
<MQSI_WORKPATH& ... |
Topic: Convert Environment Tree to a string... |
EKhalil
Replies: 4 Views: 5523
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2011 10:12 pm Subject: Convert Environment Tree to a string... |
Followed your advice and used it on serializing exception tree as well:
String text =
//(String)assembly.getExceptionList().evaluateXPath("string(//ParserException/Text)");
... |
Topic: Convert Environment Tree to a string... |
EKhalil
Replies: 4 Views: 5523
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 07, 2011 10:48 am Subject: Convert Environment Tree to a string... |
Oh, ok...ty, will let you know how it goes... |
Topic: Convert Environment Tree to a string... |
EKhalil
Replies: 4 Views: 5523
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 04, 2011 6:47 pm Subject: Convert Environment Tree to a string... |
This works on the message tree only:
byte [] msgAsBytes = outMessage.getRootElement().getLastChild().toBitstream(null,null,null,0,0,0);
String msgAsText = new String(msgAsBytes);
... |
Topic: WMB 6.1 or higher Coding and Naming Conventions |
EKhalil
Replies: 3 Views: 3404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 24, 2011 8:46 am Subject: WMB 6.1 or higher Coding and Naming Conventions |
Is anyone aware of newly published WMB Coding and Naming Conventions ? |
Topic: Where is the Capacity Planning support pack for DISTRIBUTED |
EKhalil
Replies: 3 Views: 6437
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 01, 2010 11:24 am Subject: Does anyone still have it ? |
I am also looking for the capacity planning for distributed (just like the one for z/os)... |
Topic: POSIX EPOCH Conversion to readable format |
EKhalil
Replies: 2 Views: 3311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 11:29 am Subject: POSIX EPOCH Conversion to readable format |
Cool Beans !!!
Thanks
2009-05-01 10:00:00.000 obtained by:
SET HrTmStmpSec = TIMESTAMP '1970-01-01 00:00:00' + CAST(InputRoot.MRM.cstdatestamp AS INTERVAL SECOND); |
Topic: POSIX EPOCH Conversion to readable format |
EKhalil
Replies: 2 Views: 3311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 9:39 am Subject: POSIX EPOCH Conversion to readable format |
Hi All,
I've looked through old posts about it and got as far as this:
SET CSTdate = DATE '1970-01-01' + CAST(InputRoot.MRM.cstdatestamp /3600 / 24 AS INTERVAL DAY);
This got me the date of ... |
Topic: Error issuing mqsi commands on windows |
EKhalil
Replies: 3 Views: 4098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2009 10:08 pm Subject: Error issuing mqsi commands on windows |
Never mind I just realized I missed the -n flag  |
Topic: Error issuing mqsi commands on windows |
EKhalil
Replies: 3 Views: 4098
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 18, 2009 9:48 pm Subject: Error issuing mqsi commands on windows |
Check this out:
C:\Documents and Settings\EvaKhalil>cd "C:\Program Files\IBM\MQSI\6.1\bin" & mqsiprofile & mqsistopmsgflow -b EVATSTBRKR -e default -m ExceptionHandlingMainFl ... |
Topic: Parsing Accounting and statistics message MQCFH-Value Lists |
EKhalil
Replies: 2 Views: 3358
|
Forum: General IBM MQ Support Posted: Tue Dec 16, 2008 9:39 am Subject: Parsing Accounting and statistics message MQCFH-Value Lists |
Cool beans mqjeff
Table 2. Array indexed by persistence value Constant Value
1 Contains the value for nonpersistent messages.
2 Contains the value for persistent messages.
Thanks
Eva |
Topic: Parsing Accounting and statistics message MQCFH-Value Lists |
EKhalil
Replies: 2 Views: 3358
|
Forum: General IBM MQ Support Posted: Tue Dec 16, 2008 9:17 am Subject: Parsing Accounting and statistics message MQCFH-Value Lists |
Could anyone give an advise or shed some light on this...
I am traversing an accounting and statistics message of command type MQCMD_STATISTICS_Q. Some parameters have list of values that got me qui ... |
Topic: Invalid Parser Seq Error from PCF Command |
EKhalil
Replies: 70 Views: 82742
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 30, 2008 5:31 am Subject: IBM has a patch for this now |
K, so there is a patch from IBM for the temperamental PCF parser... |