Author |
Message |
Topic: ACE security profile for identify propagte |
lium
Replies: 2 Views: 5520
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 22, 2023 3:41 pm Subject: ACE security profile for identify propagte |
In the message flow, we want to call exteranl webservice with user/password as part of the message
The user/password credential is set with mqsisetdbparms
We use the SecurityProfile for identity ... |
Topic: separate IIB log from system log |
lium
Replies: 1 Views: 4095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 27, 2021 9:00 am Subject: separate IIB log from system log |
Currently, the IIB application will send its log to system log as /var/log/messages.
I don't know where this is defined, and how to redirect the logging to a different log file? |
Topic: IIB 10.0.0.15 or 10.0.0.16 has problem to download |
lium
Replies: 0 Views: 2692
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2019 6:02 am Subject: IIB 10.0.0.15 or 10.0.0.16 has problem to download |
I want to download either IIB 10.0.0.15 or 10.0.0.16.
however, I found from the IBM fix pack center the 10.0.0.16 has been replaced by the 10.0.0.16. But the website also has a bug for 10.0.0.16 down ... |
Topic: can one WSP cover all operations one WSDL? |
lium
Replies: 0 Views: 13746
|
Forum: WebSphere DataPower Posted: Wed Jun 15, 2016 5:31 am Subject: can one WSP cover all operations one WSDL? |
We have datapower acting as gateway for one WSDL, the WSDL has multiple operations such as getUser, getUserProfile etc. The actual implementation is application server on backend which implements the ... |
Topic: capture soap fault message from backend in error rule |
lium
Replies: 0 Views: 13584
|
Forum: WebSphere DataPower Posted: Sun Jun 12, 2016 5:17 am Subject: capture soap fault message from backend in error rule |
datapower implements WSP, it receives SOAP Request from SOAPUI, and it calls backend application webservice
In case backend webservice sends SOAP fault, the WSP error rule is invoked. I want to log ... |
Topic: maximum message size on shared queue |
lium
Replies: 9 Views: 15413
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Aug 09, 2015 7:51 am Subject: maximum message size on shared queue |
Thanks a lot for the reply.
I asked the question when I was on the entrance.
Right now, I realized this limitation only applied to the old version. There is no such block with version 7 or above. |
Topic: does System Distributor have to be coupled with LPARs |
lium
Replies: 0 Views: 5020
|
Forum: Mainframe, CICS, TXSeries Posted: Fri Jul 24, 2015 6:50 am Subject: does System Distributor have to be coupled with LPARs |
Let me say the System Distributor will distribute the workload to the backend LPAR1, LPAR2, LPAR3 and LPAR4.
Question is:
Does LPAR1... LPAR4 have to couple with System Distributor through Coupl ... |
Topic: cluster shared sending channel is possible? |
lium
Replies: 1 Views: 6001
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 6:47 am Subject: cluster shared sending channel is possible? |
The shared sending channels work on shared transmission queue.
My question is:
Can a cluster transmission queue be shared queue therefore the cluster sender channel becomes shared sending channe ... |
Topic: maximum message size on shared queue |
lium
Replies: 9 Views: 15413
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 6:28 am Subject: maximum message size on shared queue |
Thanks,
I already checked that.
My understanding is:
For under 63K, it is stored inside the Coupling Facility, for above that, stored in BLOB,
So generally speaking, there is NO such limi ... |
Topic: maximum message size on shared queue |
lium
Replies: 9 Views: 15413
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 5:59 am Subject: maximum message size on shared queue |
Thanks, Could you please kindly share the link?
I am new to mainframe MQ |
Topic: question about sysplex distributor VIPA for MQ |
lium
Replies: 2 Views: 7279
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 5:54 am Subject: question about sysplex distributor VIPA for MQ |
the customer sends MQ message to a generic port(let me say, the VIPA is ip1, port1). A sysplex distributor is listening on this.
When TCPIP SYN request is sent to sysplex distributor, it is going to ... |
Topic: application with sysplex distributor |
lium
Replies: 3 Views: 8734
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 5:43 am Subject: application with sysplex distributor |
I want to use shared inbound channel based on sysplex distributor.
However, I am wondering if the application which consumes the MQ message from the shared queue can also run on the same instance o ... |
Topic: maximum message size on shared queue |
lium
Replies: 9 Views: 15413
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jul 20, 2015 5:34 am Subject: maximum message size on shared queue |
As far as I know, on MQ version 5, the maximum message size to shared queue is 63K.
I am wondering if the limitation is still there for version 7
Thanks |
Topic: XSLTransform does not work with MRM domain |
lium
Replies: 2 Views: 3698
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 19, 2014 7:11 am Subject: XSLTransform does not work with MRM domain |
I agree that the XSLTransform focus on the transformation of content, however, why it has the attribute of "Output Message Parsing", if it does, it means it has such capability |
Topic: XSLTransform does not work with MRM domain |
lium
Replies: 2 Views: 3698
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 19, 2014 5:51 am Subject: XSLTransform does not work with MRM domain |
Currently, I got my code working with the following:
XSLTransform + Compute
The XSLTransform will take XMLNSC - > XMLNSC
The Compute node will have code like the following:
CREATE FUNCTI ... |