[jira] Created: (AMQNET-198) mplement the QueueBrowser functionality in the ActiveMQ provider

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (AMQNET-198) mplement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

mplement the QueueBrowser functionality in the ActiveMQ provider
----------------------------------------------------------------

                 Key: AMQNET-198
                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
             Project: ActiveMQ .Net
          Issue Type: New Feature
          Components: NMS
    Affects Versions: 1.2.0
            Reporter: Mark Gellings
            Assignee: Jim Gomes
            Priority: Minor
             Fix For: 1.2.0


Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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


[jira] Updated: (AMQNET-198) mplement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Timothy Bish updated AMQNET-198:
--------------------------------

    Fix Version/s:     (was: 1.2.0)
                   1.3.0

> mplement the QueueBrowser functionality in the ActiveMQ provider
> ----------------------------------------------------------------
>
>                 Key: AMQNET-198
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.2.0
>            Reporter: Mark Gellings
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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


[jira] Updated: (AMQNET-198) Implement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Jim Gomes updated AMQNET-198:
-----------------------------

    Summary: Implement the QueueBrowser functionality in the ActiveMQ provider  (was: mplement the QueueBrowser functionality in the ActiveMQ provider)

> Implement the QueueBrowser functionality in the ActiveMQ provider
> -----------------------------------------------------------------
>
>                 Key: AMQNET-198
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.2.0
>            Reporter: Mark Gellings
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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


[jira] Commented: (AMQNET-198) Implement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/AMQNET-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55507#action_55507 ]

Palm Kevin commented on AMQNET-198:
-----------------------------------

Hi. Since you rated that issue as low priority, I wondered if there is a smart workaround?
Having a loop on consumer.Receive([timeout]) is not very smart... since it takes at least [timeout] time... which is lost time...

> Implement the QueueBrowser functionality in the ActiveMQ provider
> -----------------------------------------------------------------
>
>                 Key: AMQNET-198
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.2.0
>            Reporter: Mark Gellings
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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


[jira] Commented: (AMQNET-198) Implement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/AMQNET-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55551#action_55551 ]

Mark Gellings commented on AMQNET-198:
--------------------------------------

To get around the lack of functionality we've just been hitting the rss feeds of the web console.  Ideally though we have a native implementation in the NMS provider.  I assume the web console is using the QueueBrowser implementation?

> Implement the QueueBrowser functionality in the ActiveMQ provider
> -----------------------------------------------------------------
>
>                 Key: AMQNET-198
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.2.0
>            Reporter: Mark Gellings
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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


[jira] Commented: (AMQNET-198) Implement the QueueBrowser functionality in the ActiveMQ provider

by JIRA jira+amqnet@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/activemq/browse/AMQNET-198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56120#action_56120 ]

Palm Kevin commented on AMQNET-198:
-----------------------------------

I cannot use this workaround... the only open port is 61616... so I cannot access web console...
I gave a try to the patch proposed in issue AMQNET-206... and it works!
Could you consider to include it in release 1.2.0, please?

> Implement the QueueBrowser functionality in the ActiveMQ provider
> -----------------------------------------------------------------
>
>                 Key: AMQNET-198
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-198
>             Project: ActiveMQ .Net
>          Issue Type: New Feature
>          Components: NMS
>    Affects Versions: 1.2.0
>            Reporter: Mark Gellings
>            Assignee: Jim Gomes
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Implement the QueueBrowser functionality in the ActiveMQ provider.  Right now this isn't implemented.

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