Author |
Message |
Topic: Configure Message Count Monitor - Design |
bharathi.tech12
Replies: 1 Views: 7597
|
Forum: WebSphere DataPower Posted: Tue Aug 11, 2015 11:32 am Subject: Configure Message Count Monitor - Design |
Use the SLM Credential Class. |
Topic: SOAP Input Request Error. |
bharathi.tech12
Replies: 5 Views: 4169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2014 12:47 pm Subject: SOAP Input Request Error. |
Yes, the wired is like below,
SoaupInput-Failure-->Mapping-->SoapReply
SoaupInput-Timeout-->Mapping-->SoapReply |
Topic: SOAP Input Request Error. |
bharathi.tech12
Replies: 5 Views: 4169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2014 6:39 am Subject: SOAP Input Request Error. |
No additional instances in the flow. |
Topic: SOAP Input Request Error. |
bharathi.tech12
Replies: 5 Views: 4169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2014 6:27 am Subject: SOAP Input Request Error. |
Hi,
I have the flow like below,
SoapInput-->SoapExtract-->Compute-->SoapRequst-->Compute-->SoapRequest-->Compute-->SoapReply.
The flow max timeout is 20 sec.I am getting ... |
Topic: Service variable values not assigning |
bharathi.tech12
Replies: 3 Views: 33317
|
Forum: WebSphere DataPower Posted: Wed Apr 23, 2014 5:35 am Subject: Service variable values not assigning |
the xpath expression is not correct. check with the below tag.
<dp:set-variable name="'var://service/routing-url'" value="'$routerTable/ServiceDetails/Service[name=$ServiceName ] ... |
Topic: how to differentiate request through http and MQ in a WSP |
bharathi.tech12
Replies: 11 Views: 16060
|
Forum: WebSphere DataPower Posted: Wed Apr 23, 2014 5:23 am Subject: how to differentiate request through http and MQ in a WSP |
You can also use the service variable to find the FSH as HTTP or HTTPS.
var://service/protocol=='http/https'
similarly like MQ. |
Topic: Load Balancing DataPower X152 |
bharathi.tech12
Replies: 1 Views: 8821
|
Forum: WebSphere DataPower Posted: Wed Apr 23, 2014 5:03 am Subject: Load Balancing DataPower X152 |
You need use DP with Application Optimization(AO) for LB front and back. This AO is additional plugin with extra $$$.
I hope this below link will help you.
http://www.ibm.com/developerworks/web ... |
Topic: MQ Input and Route Node flow not working |
bharathi.tech12
Replies: 7 Views: 7194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 13, 2014 1:30 pm Subject: MQ Input and Route Node flow not working |
Finally i got it why this XPath expression is not matched with runtime value in the MQDLH header. The MQDLH header DestQName value is coming with some white spaces.so the below XPath is not matched,
... |
Topic: MQ Input and Route Node flow not working |
bharathi.tech12
Replies: 7 Views: 7194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 12, 2014 1:12 pm Subject: MQ Input and Route Node flow not working |
Thanks vitor...
Route node not throwing any error for the below xpath expression added in filter table and also not routing to the output terminal.
$Root/MQDLH/DestQName = 'SomeQueuName'
No ... |
Topic: MQ Input and Route Node flow not working |
bharathi.tech12
Replies: 7 Views: 7194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2014 11:58 am Subject: MQ Input and Route Node flow not working |
Thanks for your info.
The issues is i wand to try from MB to fix this DLQ process. We have some other logic to update the message before re-sending to the specific queue once again.
I have imple ... |
Topic: MQ Input and Route Node flow not working |
bharathi.tech12
Replies: 7 Views: 7194
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 10, 2014 2:35 pm Subject: MQ Input and Route Node flow not working |
Hi,
I have flow starting the MQ Input Node ---> Route ---> MQ OutPut Nodes.
I am using the DLQ Name in my MQ Input Node.
In the Route :
$Root/MQDLH/DestQName = 'SomeQueuName' -- rout ... |
Topic: Socket error detected whilst invoking Web service |
bharathi.tech12
Replies: 6 Views: 14015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 31, 2014 7:17 pm Subject: Socket error detected whilst invoking Web service |
The below fix link is related to my socket error?
http://www-01.ibm.com/support/docview.wss?uid=swg1IC91314
any one use the fix. |
Topic: Help about messageflow deployment |
bharathi.tech12
Replies: 2 Views: 2764
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 07, 2014 8:32 am Subject: Help about messageflow deployment |
Little bit confuse, which broker not able to deploy and which broker able to deploy.
There is no OS specific bar file, you can generate the bar file in any env and you can deploy it any broker.
... |
Topic: Socket error detected whilst invoking Web service |
bharathi.tech12
Replies: 6 Views: 14015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 31, 2013 7:48 am Subject: Socket error detected whilst invoking Web service |
Thanks for your reply.
Yes, you are correct. Sometime the remote webservice deployed on the websphere application server 8.5 is not open the connect at specified time limit from Message Broker.
... |
Topic: Socket error detected whilst invoking Web service |
bharathi.tech12
Replies: 6 Views: 14015
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 30, 2013 11:09 am Subject: Socket error detected whilst invoking Web service |
Thanks for your reply.
Right now we have 10 sec in SOAP Request Node. We also tried the same increasing the time to 20 sec but still we got the same issues. But the ratio is little low compare to e ... |