[ http://jira.activemq.org/jira//browse/AMQ-405?page=all ]
james strachan resolved AMQ-405:
--------------------------------
Resolution: Fixed
Fix Version: 4.0 M5
> Resource adapter is unusable with peer:// protocol and with temporary queues
> ----------------------------------------------------------------------------
>
> Key: AMQ-405
> URL: http://jira.activemq.org/jira//browse/AMQ-405
> Project: ActiveMQ
> Type: Bug
> Components: Connector
> Versions: 3.2
> Reporter: Guillaume Nodet
> Fix For: 4.0 M5
>
>
> When using the peer:// protocol with the resource adapter, each activated endpoint creates
an embedded broker, which leads to a lot of traffic and thread used. Maybe only one broker
could be used for a connection factory, instead of one broker per connection.
> For temporary queues, each temporary destination creates a thread for advisory that is
never stopped, so that the jvm quickly runs out of memory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.activemq.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|