You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2008/01/16 22:18:34 UTC

[jira] Created: (QPID-740) Add support for fannout exchange when using JMS

Add support for fannout exchange when using JMS
-----------------------------------------------

                 Key: QPID-740
                 URL: https://issues.apache.org/jira/browse/QPID-740
             Project: Qpid
          Issue Type: Improvement
    Affects Versions: M3
            Reporter: Rajith Attapattu
             Fix For: M3


Currently AMQBindingURL has the facility to define the following for a destination.
# destination.[jniName] = [BindingURL]
destination.myQueue = fanout://amq.fanout//message_queue

However the code in AMQDestination and AMQQueue needs to support this.
This is way we can easily support fannout exchanges using JMS Queues in a transparent manner

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


[jira] Closed: (QPID-740) Add support for fannout exchange when using JMS

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu closed QPID-740.
---------------------------------


> Add support for fannout exchange when using JMS
> -----------------------------------------------
>
>                 Key: QPID-740
>                 URL: https://issues.apache.org/jira/browse/QPID-740
>             Project: Qpid
>          Issue Type: Improvement
>    Affects Versions: M3
>            Reporter: Rajith Attapattu
>             Fix For: M3
>
>
> Currently AMQBindingURL has the facility to define the following for a destination.
> # destination.[jniName] = [BindingURL]
> destination.myQueue = fanout://amq.fanout//message_queue
> However the code in AMQDestination and AMQQueue needs to support this.
> This is way we can easily support fannout exchanges using JMS Queues in a transparent manner

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


[jira] Resolved: (QPID-740) Add support for fannout exchange when using JMS

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rajith Attapattu resolved QPID-740.
-----------------------------------

    Resolution: Fixed

This issue was fixed after the changes we made to improve AMQDestination.

> Add support for fannout exchange when using JMS
> -----------------------------------------------
>
>                 Key: QPID-740
>                 URL: https://issues.apache.org/jira/browse/QPID-740
>             Project: Qpid
>          Issue Type: Improvement
>    Affects Versions: M3
>            Reporter: Rajith Attapattu
>             Fix For: M3
>
>
> Currently AMQBindingURL has the facility to define the following for a destination.
> # destination.[jniName] = [BindingURL]
> destination.myQueue = fanout://amq.fanout//message_queue
> However the code in AMQDestination and AMQQueue needs to support this.
> This is way we can easily support fannout exchanges using JMS Queues in a transparent manner

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