You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2008/08/29 17:06:44 UTC

[jira] Updated: (UIMA-1164) Increasing concurrent Consumer count on Spring Listener causes creation of multiple temp queues

     [ https://issues.apache.org/jira/browse/UIMA-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1164:
--------------------------------

    Attachment: uimaj-as-activemq-UIMA-1164-patch.txt

Modified TempDestinationResolver to create and cache a temp queue on the first call to resolve(). Any subsequent requests from a listener will receive the same queue. 

> Increasing concurrent Consumer count on Spring Listener causes creation of multiple temp queues
> -----------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1164
>                 URL: https://issues.apache.org/jira/browse/UIMA-1164
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>         Attachments: uimaj-as-activemq-UIMA-1164-patch.txt
>
>
> Scaleout of listener threads seems to cause creation of as many temp queues as there are concurrent consumers defined on the listener. Instead, there should be one temp queue created for all the listener threads. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.