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 2009/03/31 05:47:50 UTC

[jira] Updated: (QPID-1777) JNDI problem with white spaces

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

Rajith Attapattu updated QPID-1777:
-----------------------------------

    Description: 
Trailing spaces in queue, topic definitions are not discared.
This leads to other errors as users think the Queue name is myQueue (while the real queue name is myQueueXXXX where XXXX are trailing spaces) and tries to use that name with management tools etc and fails to delete, purge ..etc

Ex 
queue.myqueue   = my_queueXXXXXXXX
topic.mytopic   = my_topicXXXXXXXX
topic.mytopic2  = my_bk1XX, my_bk2XX, my_bk3XX

where XXXX are trailing spaces.






  was:
When I declare this JNDI queue :

queue.<jndi_queue>             = <physical_queue                      >

The queue "physical_queue                      " is created and it's impossible to remove it after ....





       Assignee: Rajith Attapattu

> JNDI problem with white spaces
> ------------------------------
>
>                 Key: QPID-1777
>                 URL: https://issues.apache.org/jira/browse/QPID-1777
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>         Environment: all
>            Reporter: Ffrench Mathilde
>            Assignee: Rajith Attapattu
>
> Trailing spaces in queue, topic definitions are not discared.
> This leads to other errors as users think the Queue name is myQueue (while the real queue name is myQueueXXXX where XXXX are trailing spaces) and tries to use that name with management tools etc and fails to delete, purge ..etc
> Ex 
> queue.myqueue   = my_queueXXXXXXXX
> topic.mytopic   = my_topicXXXXXXXX
> topic.mytopic2  = my_bk1XX, my_bk2XX, my_bk3XX
> where XXXX are trailing spaces.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org