You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2008/12/08 19:32:44 UTC

[jira] Resolved: (AXIS2-1665) JMS destination should not be dedicated to only a single service

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

Asankha C. Perera resolved AXIS2-1665.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Partly resolved with WS-Commons transport revision 724432

We now support JMS message selectors. Thus it is possible to define two services to listen for messages over the same destination etc

> JMS destination should not be dedicated to only a single service
> ----------------------------------------------------------------
>
>                 Key: AXIS2-1665
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1665
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: transports
>         Environment: Not important
>            Reporter: Ali Sadik Kumlali
>            Assignee: Asankha C. Perera
>            Priority: Minor
>             Fix For: 1.5
>
>
> I'm creating this issue to address the improvements of JMS destination usage discussed in the axis-dev [1].
> Here is the summary:
> Requirements
> ---------------------------------------------------
> - A single destination can be used for messages of different services
> - Multiple destinations can be used for messages of the same service
> Proposal
> ---------------------------------------------------
> At client side:
>    - Including the service name in the EPR (JMS URL)
>    - Adding service name to the JMS message header before sending it (the same approach used for transferring SOAPAction)
> At service side:
>   - Setting "to" field of the MC to the value of service name field retrieved from JMS message header.
>   - Setting "soapAction" field of the MC to the value of SOAPAction field retrieved from JMS message header (this is already done with the current implementation).
> Advantages of the proposal 
> ---------------------------------------------------
> - Being more consistent with the other tranports, as all of them include service name to EPR
> - No need for an association between destination and service, thus no need destination-service association in services.xml
> - Being able to use a single destination for multiple services
> - Being able to dispatch messages come from different destionations to the same service
> [1] http://www.mail-archive.com/axis-dev@ws.apache.org/msg24261.html

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org