Search:

Type: Posts; User: gadams00; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    274

    Is the task scheduler just used for polling, or...

    Is the task scheduler just used for polling, or is the message processed (i.e. via a service activator on the destination channel) on the same thread? The thread pool makes sense to me if message...
  2. Replies
    3
    Views
    274

    FTP Inbound Channel Adapter threads

    I'm using the following ftp inbound channel adapter from spring-integration-ftp 2.1.4.RELEASE:



    <int-ftp:inbound-channel-adapter id="ftpInboundAdapter"
    channel="ftpInChannel"...
  3. connection thrashing when using TransactionAwareConnectionFactoryProxy

    When using TransactionAwareConnectionFactoryProxy and DMLC pointed to a DataSourceTransactionManager, I see the following spring trace logging on every DMLC polling interval:



    2012-02-28...
  4. ErrorHandler is only available in Spring 3.0+. Is...

    ErrorHandler is only available in Spring 3.0+. Is there something equivalent in 2.5.6?
  5. One more question. What is the difference between...

    One more question. What is the difference between sessionTransacted and JmsTransactionManager?
  6. OK, I believe I've nailed down the cause of the...

    OK, I believe I've nailed down the cause of the problems. The Websphere default messaging provider does not work with any of the DMLC caching strategies under any circumstances.

    When...
  7. hang on a second. See this page: ...

    hang on a second. See this page:

    http://publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=%2Fcom.ibm.websphere.express.doc%2Finfo%2Fexp%2Fae%2Ftmj_desap.html



    Perhaps Websphere...
  8. You stated earlier that with the default auto...

    You stated earlier that with the default auto acknowledge mode, sessionTransacted set to false and no transactionManager, you may lose messages if you crash... Is that situation limited to JVM...
  9. The javaworld article is an interesting read. If...

    The javaworld article is an interesting read. If I understand correctly, the "Best Effort 1PC Pattern" will only be applied using a message listener that updates a database when...
  10. Fair enough, I think the problems with...

    Fair enough, I think the problems with sessionTransacted=false are websphere issues and I will pursue those through websphere support. What about the errors reported by websphere when using...
  11. So the use of a transaction manager is mainly...

    So the use of a transaction manager is mainly related to reliable delivery of the message to the listener. I also noticed that with sessionTransacted=true or a transaction manager, if you throw an...
  12. What's the reasoning behind the following...

    What's the reasoning behind the following statement from DMLC javadocs:

    It is strongly recommended to either set "sessionTransacted" to "true" or specify an external "transactionManager". See the...
  13. I've switched to a very small test application...

    I've switched to a very small test application that I can redeploy easily in websphere. I've attached a zip containing the trace.log file from several minutes of websphere running with the following...
  14. I turned on trace logging in websphere with...

    I turned on trace logging in websphere with sessionTransacted=false and no transactionManager. I can observe JMS Connections being constantly created and destroyed, but keeping a constant pool size...
  15. Would you expect to see leaking connections with...

    Would you expect to see leaking connections with no transactionManager and sessionTransacted set to false?
  16. another update: on websphere with...

    another update: on websphere with concurrentConsumers and no transactionManager specified the messaging provider leaks connections, eventually consuming all heap space and resulting in...
  17. Replies
    3
    Views
    1,305

    downgrading to 3.0.7-RELEASE works to correct...

    downgrading to 3.0.7-RELEASE works to correct this problem. I don't find a JIRA issue either, but I don't feel I understand the issue enough to report it.
  18. 2 (cont'd) sessionTransacted Weblogic...

    2 (cont'd) sessionTransacted
    Weblogic 10.3.5 - No runtime exceptions, flat resource usage, app does not shut down cleanly, throws following exception, but does eventually go to "prepared"...
  19. No responses. Hmm. I've done a *LOT* more...

    No responses. Hmm.

    I've done a *LOT* more detailed testing on this issue and found some interesting results when comparing various DMLC configurations on Websphere 8 and Weblogic 11g (10.3.5). I'm...
  20. DefaultMessageListenerContainer and Websphere default JMS provider (SIB)

    I'm working on an application that uses Spring DefaultMessageListenerContainer on Websphere using the default message provider (service integration bus). The behavior I'm seeing is that when not...
  21. Replies
    3
    Views
    1,305

    websphere 8 [Xlint:invalidAbsoluteTypeName]

    I've been banging my head against this issue for a couple days now.

    I'm working on a web application that uses Spring and we just upgraded from Spring 2.5.5 to 3.1.0. We're encountering some kind...
Results 1 to 21 of 21