You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2014/11/07 03:24:35 UTC

[jira] [Assigned] (CAMEL-7908) Add a DestinationCreationStrategy to the SJMS component

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

Willem Jiang reassigned CAMEL-7908:
-----------------------------------

    Assignee: Willem Jiang

> Add a DestinationCreationStrategy to the SJMS component
> -------------------------------------------------------
>
>                 Key: CAMEL-7908
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7908
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-sjms
>    Affects Versions: 2.14.0
>            Reporter: Aaron Whiteside
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.15.0
>
>         Attachments: destination_creation_strategy.patch, destination_creation_strategy2.patch, unnamed2.patch
>
>
> Add a DestinationCreationStrategy to the SJMS component
> JMS implementations like HornetQ do not allow dynamic queue/topic creation via the pure JMS API's. Extending SJMS with a DestinationCreationStrategy would allow one to replace the DefaultDestinationCreationStrategy with a provider specific one that in the case of HornetQ dynamically creates the queue/topic using the correct management API.
> Implementation note:
> JmsObjectFactory::createMessageProducer would be modified to supply a DestinationCreateionStrategy, it would then use this to obtain Destination's.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)