Author |
Message |
Topic: Basic Authentication credentials |
duffMan
Replies: 7 Views: 4208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 25, 2014 12:05 pm Subject: Basic Authentication credentials |
Well, we do exactly that already for a bunch of flows since before the mqsisetdbparm days, however without the encryption.
I guess what it's looking like now, sans an upgrade is looking for a simpl ... |
Topic: Basic Authentication credentials |
duffMan
Replies: 7 Views: 4208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 24, 2014 1:20 pm Subject: Basic Authentication credentials |
I have a message flow needs that needs to call a web service using REST, and they require that Basic Authentication be used, with the credentials carried in the HTTP(s) header.
There will be no cre ... |
Topic: emailOutput node with empty body |
duffMan
Replies: 9 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 12:59 pm Subject: emailOutput node with empty body |
thanks for the sage advice poobah. Just trying to use the nodes as described in the manual, and examples provided by IBM.
Sometimes excessive experimentation leads to a wormhole of despair..and ... |
Topic: emailOutput node with empty body |
duffMan
Replies: 9 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 10:24 am Subject: emailOutput node with empty body |
I'll give that a shot. I was under the impression, of course with no material evidence to back it up , that the emailOutput node would complain about this.
So what I *think* you are saying ... |
Topic: emailOutput node with empty body |
duffMan
Replies: 9 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 10:15 am Subject: emailOutput node with empty body |
tx for the quick response.
I had tried this:
CREATE LASTCHILD OF OutputRoot DOMAIN('BLOB');
which creates this:
(0x01000000:Name):BLOB =
which i think is the desired effect ... |
Topic: emailOutput node with empty body |
duffMan
Replies: 9 Views: 6487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 13, 2012 9:41 am Subject: emailOutput node with empty body |
Hi,
Wondering if someone has come across a requirement to have an SMTP message send without a message body.
Essentially the message I am trying to produce has attachment, but no body.
i.e. t ... |
Topic: MQ Security Best Practices? |
duffMan
Replies: 3 Views: 4717
|
Forum: General IBM MQ Support Posted: Wed Sep 23, 2009 7:09 pm Subject: MQ Security Best Practices? |
looks great...thanks! |
Topic: MQ Security Best Practices? |
duffMan
Replies: 3 Views: 4717
|
Forum: General IBM MQ Support Posted: Wed Sep 23, 2009 6:29 am Subject: MQ Security Best Practices? |
Hi,
I'm looking for some documentation which outlines some best practices around securing an MQ environement. I'm not looking at the specific details on HOW to do it (I can always read the manual) ... |
Topic: ESQL: testing for existance in multiple dimensional xml tree |
duffMan
Replies: 3 Views: 3743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2009 8:55 pm Subject: ESQL: testing for existance in multiple dimensional xml tree |
not sure that will work as the the 2nd "table" in the join is nested in the 1st and must contain a reference to the parent. I cannot acheive a cartesian product.
i.e. select blah
... |
Topic: ESQL: testing for existance in multiple dimensional xml tree |
duffMan
Replies: 3 Views: 3743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2009 8:49 am Subject: ESQL: testing for existance in multiple dimensional xml tree |
I have a multidimension repeating structure like;
A
B
C = 1
C = 2
C = 9
C = 4
A
B
C = 9
C = 16
A
B
C = 2
I want to use a single SELECT statement ... |
Topic: http listener and netstat |
duffMan
Replies: 4 Views: 7157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 03, 2008 9:25 pm Subject: http listener and netstat |
you are right... about the grep... an oversight on my part.
we ended up recycling the server and poof the problem was gone.
recycling the broker didn't do the trick.
the http trace did not show s ... |
Topic: http listener and netstat |
duffMan
Replies: 4 Views: 7157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 03, 2008 5:58 pm Subject: http listener and netstat |
when the broker is down this is what netstat says,,
$ netstat -na | grep 7080
710ddc08 stream 0 0 0 71097080 0 0
71097080
71827080
It doesn't indicate something ... |
Topic: http listener and netstat |
duffMan
Replies: 4 Views: 7157
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 03, 2008 3:11 pm Subject: http listener and netstat |
Any netstat (AIX) experts out there?
One of our two production mqsi v6.0 brokers decided that it didn't want to do anymore http work. We'll actually the result of the http trace shows that it's w ... |
Topic: LocalEnvironment and XML attributes |
duffMan
Replies: 3 Views: 3052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 12, 2008 6:09 am Subject: LocalEnvironment and XML attributes |
thanks folks...I'll give that a try.
Although the ExtractNode (for ia90) is the first node that touches the LocalEnvironment - as the EnvelopeDestination. I suppose I'll add a compute node before ... |
Topic: LocalEnvironment and XML attributes |
duffMan
Replies: 3 Views: 3052
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 11, 2008 9:42 pm Subject: LocalEnvironment and XML attributes |
I find that if I have some attributes in the LocalEnvironment and copy them in a compute node,
i.e. SET OutputLocalEnvironment = InputLocalEnvironment
the attributes become elements.
before ... |