Author |
Message |
Topic: JMS/MDB/WAS |
mc01285
Replies: 1 Views: 2098
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 23, 2013 6:12 am Subject: JMS/MDB/WAS |
We are migrating a MDB application from WebLogic to Websphere 8.0 application server. We are using the JMS/MQ resource adaptors in WAS.
The migration has been relatively smooth.
The issue:
... |
Topic: SoapInput Node and Timeout |
mc01285
Replies: 5 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2011 12:55 pm Subject: SoapInput Node and Timeout |
Thanks everyone for your input!
mqjeff was right with his first thought!
We have vips hosted on routers to route requests to the appropriate EG on the broker. The router was set to a 5 minute t ... |
Topic: SoapInput Node and Timeout |
mc01285
Replies: 5 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2011 8:09 am Subject: SoapInput Node and Timeout |
Yes, I have been using SoapUI for testing. The process will return data for any request that takes less than 5 minutes of processing . . . anything longer than 5 minutes gets "connection reset&q ... |
Topic: SoapInput Node and Timeout |
mc01285
Replies: 5 Views: 4395
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 06, 2011 7:58 am Subject: SoapInput Node and Timeout |
I have a SoapInput node fronting a process that will run for a "long" period of time. I'm using SoapUI to send in the soap request. The request times out (connection reset) after 5 minutes ... |
Topic: TIMESTAMP dropping milliseconds |
mc01285
Replies: 5 Views: 7945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2010 12:55 pm Subject: TIMESTAMP dropping milliseconds |
The Oracle field is defined as TIMESTAMP(6). |
Topic: TIMESTAMP dropping milliseconds |
mc01285
Replies: 5 Views: 7945
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2010 12:48 pm Subject: TIMESTAMP dropping milliseconds |
I have an incoming field defined as xsd:dateTime and I need to pass it to an Oracle Stored Procedure as a TIMESTAMP.
The date coming in looks like 2010-10-01T11:10:08.304-04:00
I have tried vari ... |
Topic: Exception Handling |
mc01285
Replies: 2 Views: 1820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2010 7:07 am Subject: Exception Handling |
I can actually debug the compute node and get to the Stored Procedure call . . .
CALL terminate_entered_in_error (blah, blah, blah) IN Database.{UpdateMUDI_UpdateMUDI_DSN}.{UpdateMUDI_UpdateMUDI_S ... |
Topic: Exception Handling |
mc01285
Replies: 2 Views: 1820
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2010 6:27 am Subject: Exception Handling |
Wondering if anyone else has run into this . . .
I have MQInput -> ComputeNode -> propagates to a subflow that contains a ComputeNode that accesses a Stored Procedure. I'm trying to handle ... |
Topic: Flow Design Assistance |
mc01285
Replies: 12 Views: 6680
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 17, 2010 5:20 am Subject: Flow Design Assistance |
Thanks for the great posts/discusssion!
I'm leaning toward going with "get inihibit"ing the queue with a JCN and then creating TimeNotification flow that would check the database and turn ... |
Topic: Flow Design Assistance |
mc01285
Replies: 12 Views: 6680
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 13, 2010 11:33 am Subject: Flow Design Assistance |
I have messages coming in on a MQ queue that need to update a database.
I only want to process the messages if the database is available. If the database is not available I want to somehow delay ... |
Topic: WMB calling Oracle Stored Procedure |
mc01285
Replies: 0 Views: 1619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 11, 2009 12:29 pm Subject: WMB calling Oracle Stored Procedure |
We have 6.1 Message Broker/toolkit.
I'm trying to CREATE PROCEDURE for the following Oracle Stored Procedure but can't seem to get the parameters correct.
TYPE refService is REF CURSOR RETURN Se ... |