You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Karl Palsson (JIRA)" <ji...@apache.org> on 2010/03/24 11:23:46 UTC

[jira] Resolved: (AMQ-2661) wildcard subscriptions don't work for stomp?

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

Karl Palsson resolved AMQ-2661.
-------------------------------

       Resolution: Working as Designed
    Fix Version/s: 5.4.0

True.

I was sending to /topic/blah/subtopic instead of /topic/blah.subtopic.

Guess I got stuck in the / mindset of stomp, instead of switching back to the jms mindset after getting /topic/ out of the way :)

> wildcard subscriptions don't work for stomp?
> --------------------------------------------
>
>                 Key: AMQ-2661
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2661
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Connector
>    Affects Versions: 5.4.0
>            Reporter: Karl Palsson
>             Fix For: 5.4.0
>
>
> Should I be able to subscribe to a wildcard topic via stomp?
> I don't seem to be able to, using any of
>  /topic/blah/*
>  /topic/blah*
>  /topic/blah/.>
>  /topic/blah.>
>  /topic/blah.*
> I think I might have tried more, but I got the feeling that it just didn't work.  Am I doing it wrong? or is this available via JMS, but not via stomp?
> http://activemq.apache.org/wildcards.html

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