Results 1 to 3 of 3

Thread: Spring JMS DMLC + CommonJ WorkManager works on SIB, doesn't on WMQ

  1. #1
    Join Date
    Jul 2005
    Location
    Zagreb, Croatia
    Posts
    69

    Unhappy Spring JMS DMLC + CommonJ WorkManager works on SIB, doesn't on WMQ

    Hello all...

    We have been using a standard DMLC with a WorkManagerTaskExecutor in our app.
    We deploy it on WAS6.1 and use its ServiceIntegrationBus as the JMS provider (aka Default Messaging Provider in WAS). Everything works like a charm.

    When we try to switch providers and use a fully featured WebSphere MQ 6 as a provider, our DMLC won't consume! After a app restart it consumes everything it finds on the queue, but then ignores subsequent messages as they arrive!

    We are deeply troubled by this behaviour

    Any help or insight appreciated!

  2. #2
    Join Date
    May 2007
    Location
    Saint Petersburg, Russian Federation
    Posts
    1,189

    Default

    DMLC is a simple wrapper around standard JMS MessageConsumer.receive(). Can you reproduce the problem via pure JMS? I mean you can create a consumer using the same settings as the one used for DMLC (the same connection factory, destination, transacted session status etc) and start endless loop that just performs receive() with the same timeout as DMLC. If you experience the same problem you can easily query websphere support about that and offer a complete test-case that illustrates the problem.

  3. #3
    Join Date
    Jul 2005
    Location
    Zagreb, Croatia
    Posts
    69

    Default

    I've chosen a different approach ....
    I've managed to get DMLC working fine without a CommonJ workmanager (with one of spring implemented TaskExecutors) so i'm pretty sure that the problem can be pin pointed to websphere.
    And an issue will be submited to IBM.
    However i was curios to hear if anyone has our combination working...
    We have:
    DMLC (Spring 2.5.5)
    WorkManager (obtained via JNDI from WAS)
    WAS 6.1.0.17
    WebSphere MQ 6.0.2

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •