You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/09/01 23:27:52 UTC

[jira] Resolved: (SM-1117) The pull point name generated by AbstractCreatePullpoint does not work well for some JMS providers

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

Guillaume Nodet resolved SM-1117.
---------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: 3.3
       Resolution: Fixed

Sending        AbstractCreatePullPoint.java
Sending        jms/JmsCreatePullPoint.java
Transmitting file data ..
Committed revision 691065.

Also allow the creator to specify the pull point name:

   <wsnt:CreatePullPoint wsn:PullPointName="myname" xmlns:wsn="http://servicemix.apache.org/wsn" />


> The pull point name generated by AbstractCreatePullpoint does not work well for some JMS providers
> --------------------------------------------------------------------------------------------------
>
>                 Key: SM-1117
>                 URL: https://issues.apache.org/activemq/browse/SM-1117
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-wsn2005
>    Affects Versions: 3.1.2
>            Reporter: wm
>            Assignee: Guillaume Nodet
>             Fix For: 3.3
>
>
> CreatePullPoint - the AbstractCreatePullpoint class uses a  org.apache.activemq.util.IdGenerator class to generate ids used for queue names.  The generated ids contain "dashes" (for example: ID-djfla-3580-1192736817437-1-0).  An error occurs (Invalid name) when attempting to use the generated id for a JMS queue name within OpenESB (Sun Java System Message Queue 4.1).
> Either the IDGenerator should create generic queue names that will work for any JMS provider, or the IdGenerator instance should be configurable.  In other words an IdGenerator class can be configured when the WSN service engine is deployed.
> see the discussion: http://www.nabble.com/Servicemix-WSN-SE-deployed-to-OpenESB-tf4649656s12049.html

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