[esb-issues] [JBoss JIRA] Created: (JBESB-2503) Fix JMSEpr address encoding

Kevin Conner (JIRA) jira-events at lists.jboss.org
Wed Apr 1 05:17:22 EDT 2009


Fix JMSEpr address encoding
---------------------------

                 Key: JBESB-2503
                 URL: https://jira.jboss.org/jira/browse/JBESB-2503
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Transports
    Affects Versions: 4.4 CP2
            Reporter: Kevin Conner
             Fix For: 4.4 CP3


The JMSEpr encodes the JNDI URI/destination name but the code currently assumes that the URI consists of just a host:port pair rather than a full URI.

As a consequence, addresses such as jms://localhost:1414/SYSTEM.DEF.SVRCONN/queue/pt_bpmo1_start_esb are interpreted with a queue name of SYSTEM.DEF.SVRCONN/queue/pt_bpmo1_start_esb.

We need to modify the address encoding to make sure that the URI/destination name can be correctly encoded and retrieved from this information.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the esb-issues mailing list