Author |
Message |
Topic: unable to throw exception in external java method |
sai kumar adduri
Replies: 5 Views: 4046
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 19, 2013 9:11 am Subject: unable to throw exception in external java method |
The exception list is not being populated and after entering into the catch block I am trying to print it . |
Topic: unable to throw exception in external java method |
sai kumar adduri
Replies: 5 Views: 4046
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 17, 2013 2:39 am Subject: unable to throw exception in external java method |
I am calling an external java which returns a string method from esql , When there is an exception in java , all though it comes to the catch block where I am trying to print it but it is ineffective ... |
Topic: createSQLStatement |
sai kumar adduri
Replies: 1 Views: 1429
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 26, 2013 6:52 am Subject: createSQLStatement |
Hi,
I am trying to use the createSQLStatement in an external java method and to call from esql.
But the problem is the java method should be static and the createSQLStatement is non static and on t ... |
Topic: Timer controller queue |
sai kumar adduri
Replies: 7 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 7:35 am Subject: Timer controller queue |
Exactly !!! what could that other element would be any idea ? |
Topic: Timer controller queue |
sai kumar adduri
Replies: 7 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 7:08 am Subject: Timer controller queue |
First thing retry message will not fail .
and the second thing is that if the first retry message hits the service and gets a response which means the service is running .So why do we want the remain ... |
Topic: Timer controller queue |
sai kumar adduri
Replies: 7 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 6:31 am Subject: Timer controller queue |
Reason:
I am using this to re initiate a web service call.So if the first retry message hit the service and gets processed then why do I want the other messages to be queuing there waiting for their ... |
Topic: Timer controller queue |
sai kumar adduri
Replies: 7 Views: 2829
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2013 6:12 am Subject: Timer controller queue |
Hi ,
There are 10 messages in the timer controller queue with some specific start time given to them .
And is there any way to start them before the specified time. |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2013 5:08 am Subject: Data Base Failover Sceneario |
Let me tell u my approach.
I need to connect to a secondary db when my primary one fails .
I would determine this by using sql state.
Now once sql states returns an error code that I am looking for ... |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2013 4:56 am Subject: Data Base Failover Sceneario |
if there is no exception then , then handler block does not exceute. |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2013 4:51 am Subject: Data Base Failover Sceneario |
YES I have read what are they and started using it
Seems you dint get me correctly .
By unselectling it the system does not throw an error but so that I can through and catch it using HANDLER.
D ... |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 07, 2013 4:34 am Subject: Data Base Failover Sceneario |
I am using continue handler to handle the db failover .
But the problem is I need to un select the the THROW EXCEPTION ON DATABASE ERROR so that I can handle it using HANDLER.
And at the same time I ... |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2013 7:19 am Subject: Data Base Failover Sceneario |
The default value is 00000 For sql state |
Topic: Data Base Failover Sceneario |
sai kumar adduri
Replies: 12 Views: 4605
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2013 4:28 am Subject: Data Base Failover Sceneario |
Hi,
I am trying out to connect to a secondary data base if the primary one fails .
So to do this I have used sql code function to know the code.
But this function is retuning a default value.
Hope ... |
Topic: Xml Structure creation |
sai kumar adduri
Replies: 1 Views: 1543
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 28, 2013 4:54 am Subject: Xml Structure creation |
Hello,
I have to create the following structure
<items>
<item>
<attr name="baseRetailUomCd">GR</attr>
<attr name="mfgrSugdRtlAmt"></attr&g ... |
Topic: SERVER name |
sai kumar adduri
Replies: 1 Views: 1557
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 19, 2013 2:47 am Subject: SERVER name |
Is here any function to get the current server name in esql |