Author |
Message |
Topic: Invoking REST services implementing OAuth |
alechko
Replies: 4 Views: 7902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2012 7:06 am Subject: Invoking REST services implementing OAuth |
I'll try building the http headers on a JCN and using HTTPRequest nodes.
Thanks |
Topic: Invoking REST services implementing OAuth |
alechko
Replies: 4 Views: 7902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 25, 2012 7:33 am Subject: Invoking REST services implementing OAuth |
Hi there,
I need to develop a message flow which consumes an HTTP service which implements OAuth protocol (v1 not v2). The example code provided by the service provider is in java and uses Google D ... |
Topic: Passing MQ client's SSL CN onto the message MQMD |
alechko
Replies: 7 Views: 8080
|
Forum: IBM MQ Security Posted: Mon Jun 20, 2011 10:09 pm Subject: Passing MQ client's SSL CN onto the message MQMD |
Okay. It wasn't clear where you were trying to apply the exit over a SVRCONN - on the side sending the message or on the side reading the message.
The API Crossing exit also applies to the MQPU ... |
Topic: Passing MQ client's SSL CN onto the message MQMD |
alechko
Replies: 7 Views: 8080
|
Forum: IBM MQ Security Posted: Sun Jun 19, 2011 4:45 am Subject: Passing MQ client's SSL CN onto the message MQMD |
I'd look at the API Crossing exit for MQGET.
Thanks for the reply.
I don't see how that can help me.
Do you mean setting an exit upon Datapower's MQGET from the queue?
The message was already ... |
Topic: Passing MQ client's SSL CN onto the message MQMD |
alechko
Replies: 7 Views: 8080
|
Forum: IBM MQ Security Posted: Sun Jun 19, 2011 12:53 am Subject: Passing MQ client's SSL CN onto the message MQMD |
Hi,
We are trying to implement a complete authentication and authorization solution for ESB services based on WebSphere MQ, Message Broker and Datapower.
We have clients (QMGRs and MQ Clients) w ... |
Topic: Error after changing broker to work as a MQ service |
alechko
Replies: 3 Views: 7555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 23, 2011 8:02 am Subject: Error after changing broker to work as a MQ service |
thanks for your replies.
First of all, I'm not using a MI QMGR or Broker.
Second, you can see on the error output of the stdout that it did succeed on executing the mqsiprofile script
MQSI 7.0. ... |
Topic: Error after changing broker to work as a MQ service |
alechko
Replies: 3 Views: 7555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 23, 2011 2:56 am Subject: Error after changing broker to work as a MQ service |
Hi,
I've changed my broker to work as an MQ Service of the QMGR so that it will start and stop with the qmgr.
After stopping the broker and changing it work as an MQ service, I tried starting it a ... |
Topic: Hebrew encoding CCSID mismatch |
alechko
Replies: 7 Views: 7689
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Mar 06, 2011 8:02 am Subject: Hebrew encoding CCSID mismatch |
Hi,
I've developed a WebService which receives messages with iso-8859-8 encoding (Hebrew).
When the flow is trying to SOAP Reply then the following exception is thrown:
BIP3701E: A Java excep ... |
Topic: Designing for flexible common infrastructure |
alechko
Replies: 2 Views: 1969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 31, 2010 6:25 am Subject: Designing for flexible common infrastructure |
Hi there,
My organization has several message flows which are very similar but each is doing a different business logic.
We've designed the flows so that they all make use of infrastructure subflo ... |
Topic: AMQ6184 When trying a user defined mq service |
alechko
Replies: 0 Views: 3255
|
Forum: General IBM MQ Support Posted: Sun Jan 03, 2010 10:38 am Subject: AMQ6184 When trying a user defined mq service |
Hi,
I've written a java program that reads the performance events written to SYSTEM.ADMIN.PERFM.EVENT and handles them.
I've tried defining the program as an MQ Service (DEFINE SERVICE) but when I ... |
Topic: Design Question: log level runtime property |
alechko
Replies: 4 Views: 4573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 11:11 am Subject: Design Question: log level runtime property |
I think the cache supportpac is exactly what I was looking for.
Thanks! |
Topic: Design Question: log level runtime property |
alechko
Replies: 4 Views: 4573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 6:27 am Subject: Design Question: log level runtime property |
Oh, I forgot to specify that ...
What actually happens in the subflow, it attaches an RFH2 header with a usr folder which contains a lot of data (Environment, Properties and other stuff).
Th ... |
Topic: Design Question: log level runtime property |
alechko
Replies: 4 Views: 4573
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 09, 2009 5:41 am Subject: Design Question: log level runtime property |
Hi,
I'm designing a new WMB infrastructure for the organization I'm working for.
One of the demands for this infrastructure is the ability to log the flow with different log levels.
In practic ... |
Topic: Calling external JARs containing MQI |
alechko
Replies: 3 Views: 3119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Feb 01, 2009 11:16 am Subject: Calling external JARs containing MQI |
Thanks guys! |
Topic: Calling external JARs containing MQI |
alechko
Replies: 3 Views: 3119
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2009 1:46 am Subject: Calling external JARs containing MQI |
Hi,
I have an external JAR which (not to exhaust you) isses an MQPUT.
It uses the com.ibm.mq.* package,
I'm pretty sure that if I use this method in one of my message flows from ESQL, using the ... |