Author |
Message |
Topic: Error obtaining Client connection from RFHUtilc |
Y75
Replies: 3 Views: 3051
|
Forum: IBM MQ Security Posted: Thu Apr 10, 2014 8:10 am Subject: Error obtaining Client connection from RFHUtilc |
If I add the users in mqm group on QM, then it does work; but that's not a solution. |
Topic: Error obtaining Client connection from RFHUtilc |
Y75
Replies: 3 Views: 3051
|
Forum: IBM MQ Security Posted: Thu Apr 10, 2014 7:33 am Subject: Error obtaining Client connection from RFHUtilc |
We have a QM in domain 1 and most of the users are in domain 2. Majority of the users in domain 2 can access QM in domain 1 using RFHutilc. Couple of users can't.
Authentication against Channel Au ... |
Topic: Report constant definitions |
Y75
Replies: 1 Views: 1113
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 9:31 am Subject: Report constant definitions |
I found it. It's in MQConstants class in com.ibm.mq.jmqi.jar under MQ installation java\lib directory. |
Topic: MQOutput node and queue manager name |
Y75
Replies: 5 Views: 2813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 9:22 am Subject: MQOutput node and queue manager name |
Thanks Vitor ! I was trying to know pros and cons of one over the other to make a decision whether I should support it in my message flow or not. What is used more often? |
Topic: Report constant definitions |
Y75
Replies: 1 Views: 1113
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 9:19 am Subject: Report constant definitions |
I am trying to analyze what report fields are set in MQMD in java. I understand that one of the first things I need to do is perform bitwise and of incoming report value with say "MQRO_PASS_MSG_I ... |
Topic: MQOutput node and queue manager name |
Y75
Replies: 5 Views: 2813
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 07, 2014 3:58 pm Subject: MQOutput node and queue manager name |
In MQ Output node, queue manager name can be defined along with the name of queue. Documentation says if you specify a queue name defined on remote queue manager, queue manager name must be equal name ... |
Topic: Policy Set XPath for encrypting text() |
Y75
Replies: 7 Views: 4905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 3:13 pm Subject: Policy Set XPath for encrypting text() |
Don't bother. This does work. I had made stupid mistake. |
Topic: Policy Set XPath for encrypting text() |
Y75
Replies: 7 Views: 4905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 04, 2013 2:26 pm Subject: Policy Set XPath for encrypting text() |
Does broker support an expression like //*
( ['SOAPRoot' : 0x3fc44160]
(0x01000000:Name ):Properties = ( ['SOAPPROPERTYPARSER' : 0x2a992ee0] ... |
Topic: Error Connecting WMB to WSRR |
Y75
Replies: 5 Views: 5400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 12, 2013 1:50 pm Subject: Error Connecting WMB to WSRR |
Thanks ! That does explain things.
If I got it right, there is basic authentication + SSL going on to access secure WSRR.
Funny thing is WSRR is set up by default to enable both. Way too secur ... |
Topic: Error Connecting WMB to WSRR |
Y75
Replies: 5 Views: 5400
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 08, 2013 2:18 pm Subject: Error Connecting WMB to WSRR |
I cannot understand these two steps in secure WSRR configuration. Whose user name and password is being set here and why?
Set the WebSphere Application Server user name and password by using the fo ... |
Topic: Unprocessed SOAP message retrieval. |
Y75
Replies: 15 Views: 11954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2013 8:20 am Subject: Unprocessed SOAP message retrieval. |
Thanks for your reply guys ! |
Topic: Global Cache - Error BIP7198 |
Y75
Replies: 13 Views: 7693
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 01, 2013 9:41 am Subject: Global Cache - Error BIP7198 |
I think the simplest way is to convert object to byte[] and store it in global cache in v8. I think i did that if I remember correctly. Now I am on v9.
I wouldn't get into string manipulation. Here ... |
Topic: Unprocessed SOAP message retrieval. |
Y75
Replies: 15 Views: 11954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 01, 2013 8:18 am Subject: Unprocessed SOAP message retrieval. |
Use Record and Replay function.
We tried using event emitting part of record and reply, soap input node is emitting the event; still the payload contains processed data with context added. Still I ... |
Topic: Unprocessed SOAP message retrieval. |
Y75
Replies: 15 Views: 11954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 29, 2013 7:27 am Subject: Unprocessed SOAP message retrieval. |
Record and replay works on pre-defined schema. If I want to store fields that are part of payload in a separate column for reporting purposes; I have to write my own subscriber message flow and use my ... |
Topic: Unprocessed SOAP message retrieval. |
Y75
Replies: 15 Views: 11954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 28, 2013 7:08 am Subject: Unprocessed SOAP message retrieval. |
Thanks for reply!
Are you suggesting to use Monitoring profile to emit events from flow? If yes, there is a fear of unknown from knowledge point of view that kind of deters us.
In particular, I ... |