You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2006/11/15 18:39:02 UTC

[jira] Created: (AMQ-1050) browse -QTopic=* does not seem to return anything...

browse -QTopic=* does not seem to return anything...
----------------------------------------------------

                 Key: AMQ-1050
                 URL: https://issues.apache.org/activemq/browse/AMQ-1050
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 4.x
            Reporter: james strachan
         Assigned To: Adrian Co
             Fix For: 4.2.0


I think there's something funny going on in the regex stuff. I tried from the SimpleConsole typing

  query -QTopic=*

and I get nothing. 

  query 

returns tons of stuff though.

I wonder if it might be simpler to have specific arguments for topic and queues? 

query -topic=*
queyr -queue=*

to avoid the complex regex of ObjectName etc?

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

        

[jira] Resolved: (AMQ-1050) browse -QTopic=* does not seem to return anything...

Posted by "james strachan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1050?page=all ]

james strachan resolved AMQ-1050.
---------------------------------

    Resolution: Fixed

> browse -QTopic=* does not seem to return anything...
> ----------------------------------------------------
>
>                 Key: AMQ-1050
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1050
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.x
>            Reporter: james strachan
>         Assigned To: Adrian Co
>             Fix For: 4.1.1, 4.2.0
>
>
> I think there's something funny going on in the regex stuff. I tried from the SimpleConsole typing
>   query -QTopic=*
> and I get nothing. 
>   query 
> returns tons of stuff though.
> I wonder if it might be simpler to have specific arguments for topic and queues? 
> query -topic=*
> queyr -queue=*
> to avoid the complex regex of ObjectName etc?

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

        

[jira] Updated: (AMQ-1050) browse -QTopic=* does not seem to return anything...

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1050?page=all ]

Adrian Co updated AMQ-1050:
---------------------------

    Fix Version/s: 4.1.1

I might as well commit add this in the 4.1 branch also. :)

> browse -QTopic=* does not seem to return anything...
> ----------------------------------------------------
>
>                 Key: AMQ-1050
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1050
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.x
>            Reporter: james strachan
>         Assigned To: Adrian Co
>             Fix For: 4.2.0, 4.1.1
>
>
> I think there's something funny going on in the regex stuff. I tried from the SimpleConsole typing
>   query -QTopic=*
> and I get nothing. 
>   query 
> returns tons of stuff though.
> I wonder if it might be simpler to have specific arguments for topic and queues? 
> query -topic=*
> queyr -queue=*
> to avoid the complex regex of ObjectName etc?

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

        

[jira] Commented: (AMQ-1050) browse -QTopic=* does not seem to return anything...

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1050?page=comments#action_37471 ] 
            
Adrian Co commented on AMQ-1050:
--------------------------------

I've added a fix for this issue in rev 475901.

BTW, if we are going to move to Java 1.5, are we still going to use mx4j or the jmx implementation of java 1.5?

JMX supposedly has this query mechanism to perform better object name querying and I want to use that instead of the regex thing. Last time I checked though, mx4j doesn't seem to support it, so I want to check if Java 1.5 has or the recent mx4j version has it. I'll keep this JIRA open to remind.

> browse -QTopic=* does not seem to return anything...
> ----------------------------------------------------
>
>                 Key: AMQ-1050
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1050
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.x
>            Reporter: james strachan
>         Assigned To: Adrian Co
>             Fix For: 4.2.0
>
>
> I think there's something funny going on in the regex stuff. I tried from the SimpleConsole typing
>   query -QTopic=*
> and I get nothing. 
>   query 
> returns tons of stuff though.
> I wonder if it might be simpler to have specific arguments for topic and queues? 
> query -topic=*
> queyr -queue=*
> to avoid the complex regex of ObjectName etc?

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

        

[jira] Commented: (AMQ-1050) browse -QTopic=* does not seem to return anything...

Posted by "Adrian Co (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1050?page=comments#action_37473 ] 
            
Adrian Co commented on AMQ-1050:
--------------------------------

Fix added to 4.1 branch via r475929

> browse -QTopic=* does not seem to return anything...
> ----------------------------------------------------
>
>                 Key: AMQ-1050
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1050
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.x
>            Reporter: james strachan
>         Assigned To: Adrian Co
>             Fix For: 4.2.0, 4.1.1
>
>
> I think there's something funny going on in the regex stuff. I tried from the SimpleConsole typing
>   query -QTopic=*
> and I get nothing. 
>   query 
> returns tons of stuff though.
> I wonder if it might be simpler to have specific arguments for topic and queues? 
> query -topic=*
> queyr -queue=*
> to avoid the complex regex of ObjectName etc?

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