Author |
Message |
Topic: Max. No. of Web Service Requests |
nishantmodak
Replies: 6 Views: 3876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2009 4:14 pm Subject: Max. No. of Web Service Requests |
Had I found that in the documentation I would have not asked here.
well, sounds like forums self declared gods replying.
Thanks though  |
Topic: Max. No. of Web Service Requests |
nishantmodak
Replies: 6 Views: 3876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2009 4:00 pm Subject: Max. No. of Web Service Requests |
how to configure that ? |
Topic: How to Convert BLOB to CHAR |
nishantmodak
Replies: 15 Views: 74257
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2009 3:35 pm Subject: How to Convert BLOB to CHAR |
SET <VARIABLE> = CAST (InputRoot.BLOB.BLOB AS CHARACTER CCSID 1208) ; |
Topic: Max. No. of Web Service Requests |
nishantmodak
Replies: 6 Views: 3876
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 30, 2009 3:33 pm Subject: Max. No. of Web Service Requests |
What is the maximum number of concurrent requests that a SOAP Input node can handle ?
I am seeing at time-outs for the service on broker to reply. |
Topic: MQ Input Browse |
nishantmodak
Replies: 7 Views: 4411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 12:15 pm Subject: MQ Input Browse |
What is the *correct* way to write that?
I thought,
Environment.MQMD = InputRoot.MQMD should work?
Am i missing something?
Thanks |
Topic: MQ Input Browse |
nishantmodak
Replies: 7 Views: 4411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 11:45 am Subject: MQ Input Browse |
I use MQ Get again by giving the MQMD details stored in Environment.MQMD..
on MQGet Input MQMD Location.. I give.. Environment.MQMD..
alongwith that, I Set the OutputRoot.MQMD = Environment.MQMD. ... |
Topic: MQ Input Browse |
nishantmodak
Replies: 7 Views: 4411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 11:31 am Subject: MQ Input Browse |
Thats not correct.
In this case MQ Input will *not* remove the message from the input queue, because the MQBrowse option is set.
This is also confirmed by later reading the message from the same ' ... |
Topic: MQ Input Browse |
nishantmodak
Replies: 7 Views: 4411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 11:11 am Subject: MQ Input Browse |
I have a flow,
MQ Input --> Compute --> HTTP Request --> Soap Extract -> Compute -> MQ Get -> MQ output.
1. MQ Input --> I have set browse option.
2. When I get success f ... |
Topic: XSL Transform in 6.1 |
nishantmodak
Replies: 2 Views: 2520
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 11:04 am Subject: XSL Transform in 6.1 |
Yes. I am.
Figured out the error though. A problem in the spelling of the ComIbmXslXmltStylesheet.
Never expected that t there.
*Sigh* |
Topic: XSL Transform in 6.1 |
nishantmodak
Replies: 2 Views: 2520
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 8:40 am Subject: XSL Transform in 6.1 |
I am trying to dynamically select a style sheet from a compute node.. for the next XSL Transform node.
Looking at this ..
http://www.ibm.com/developerworks/websphere/library/techarticles/0612_zhan ... |
Topic: WMB V6.0 - XSLT |
nishantmodak
Replies: 1 Views: 2134
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 02, 2009 8:19 am Subject: WMB V6.0 - XSLT |
Did you find a resolution for this? |
Topic: RFH vs Normal message |
nishantmodak
Replies: 1 Views: 1935
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 22, 2009 6:54 am Subject: RFH vs Normal message |
There is a input queue . Queue.Input
I try to test the message flow (beginning with MQInput) against 2 messages.
(1). Message with NO RFH header set on the RFH tab of RFHUTILC .
(2). Message with a ... |
Topic: String data to XML format |
nishantmodak
Replies: 4 Views: 3235
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 17, 2009 3:19 am Subject: String data to XML format |
yeah. Parse = true... but, this being a variable length string response....
a bit of a challenge on how to do it, with changing tags.
Any way out of doing this? any smarter ways to do it? using ... |
Topic: String data to XML format |
nishantmodak
Replies: 4 Views: 3235
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 16, 2009 11:28 am Subject: String data to XML format |
I receive a response message from HTTP Request. THen, SOAP Extract.
The response is of type --
<saveResponse>
<result> [[[this is a string data, which is actually another XML]]]]] & ... |
Topic: Email Output Node |
nishantmodak
Replies: 2 Views: 2604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 10, 2009 6:09 am Subject: Email Output Node |
I need to send the input message as an attachment through the email output node.
how to go about doing this? |