users@glassfish.java.net

RE: Problems With Message Driven Bean Threading

From: Martin Gainty <mgainty_at_hotmail.com>
Date: Tue, 2 Aug 2011 09:00:08 -0400

difficult to provide answer unless we know what does your default.properties say

Martin
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.


> To: users_at_glassfish.dev.java.net
> Subject: Problems With Message Driven Bean Threading
> From: forums_at_java.net
> Date: Mon, 1 Aug 2011 17:24:19 -0500
>
> I have two Message Driven Beans, both listening on different queues. The
> first MDB will pull from queue1 and perfrom some business logic and try to
> read from a map. At the same tiem, the second MDB will read from queue 2 and
> write to the map that the first MDB is trying to read from. I am having an
> issue however, where the second MDB will not execute the onMessage until the
> first MDB times out and returns. Only then will MDB2 enter the onMessage and
> write to the map.
>
>
>
> Thanks
>
>
> --
>
> [Message sent by forum member 'rpickens']
>
> View Post: http://forums.java.net/node/828549
>
>