Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

[jira] Created: (GERONIMO-4560) Run the activemq web console on geronimo

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

[jira] Created: (GERONIMO-4560) Run the activemq web console on geronimo

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

Reply to Author | View Threaded | Show Only this Message

Run the activemq web console on geronimo
----------------------------------------

                 Key: GERONIMO-4560
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
             Project: Geronimo
          Issue Type: New Feature
      Security Level: public (Regular issues)
          Components: ActiveMQ
    Affects Versions: 2.2
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 2.2


Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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


[jira] Closed: (GERONIMO-4560) Run the activemq web console on geronimo

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

Reply to Author | View Threaded | Show Only this Message


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

David Jencks closed GERONIMO-4560.
----------------------------------

    Resolution: Fixed

Implemented rev 749122.

Possible future enhancements:
1. add security.  No login is needed right now

2. turn the app into a portlet app and include it in the admin console.  I think ideally the portlet app would be part of activemq.

> Run the activemq web console on geronimo
> ----------------------------------------
>
>                 Key: GERONIMO-4560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues)
>          Components: ActiveMQ
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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


[jira] Updated: (GERONIMO-4560) Run the activemq web console on geronimo

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

Reply to Author | View Threaded | Show Only this Message


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

Forrest Xia updated GERONIMO-4560:
----------------------------------

    Attachment: GERONIMO-4560-typo.patch

Typo errors in activemq-webconsole-jetty and activemq-webconsole-tomcat:
1. webconsole.type=inVM --> webconsole.type=invm
2. <context-root>/ /Users/david/geronimo/svn/geronimo/server/trunk/plugins/activemq/activemq-webconsole-tomcat/src/main/history/dependencies.xml-console</context-root>
--> <context-root>/activemq-console</context-root>

Otherwise, the two plugins won't work.

> Run the activemq web console on geronimo
> ----------------------------------------
>
>                 Key: GERONIMO-4560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues)
>          Components: ActiveMQ
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4560-typo.patch
>
>
> Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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


[jira] Reopened: (GERONIMO-4560) Run the activemq web console on geronimo

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

Reply to Author | View Threaded | Show Only this Message


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

Forrest Xia reopened GERONIMO-4560:
-----------------------------------


Small typo errors there, so reopen it. Attached the patch, please check and apply.

> Run the activemq web console on geronimo
> ----------------------------------------
>
>                 Key: GERONIMO-4560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues)
>          Components: ActiveMQ
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4560-typo.patch
>
>
> Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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


[jira] Resolved: (GERONIMO-4560) Run the activemq web console on geronimo

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

Reply to Author | View Threaded | Show Only this Message


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

Jarek Gawor resolved GERONIMO-4560.
-----------------------------------

    Resolution: Fixed

Committed the patch to trunk (revision 792566). Thanks for catching this & the patch!



> Run the activemq web console on geronimo
> ----------------------------------------
>
>                 Key: GERONIMO-4560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues)
>          Components: ActiveMQ
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4560-typo.patch
>
>
> Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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


Re: [jira] Resolved: (GERONIMO-4560) Run the activemq web console on geronimo

by RunHua Chi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there any place where user can browse all the plugins and their description? like  www.geronimoplugins.com.


Jeff C

On Thu, Jul 9, 2009 at 10:48 PM, Jarek Gawor (JIRA) <jira@...> wrote:

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

Jarek Gawor resolved GERONIMO-4560.
-----------------------------------

   Resolution: Fixed

Committed the patch to trunk (revision 792566). Thanks for catching this & the patch!



> Run the activemq web console on geronimo
> ----------------------------------------
>
>                 Key: GERONIMO-4560
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4560
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues)
>          Components: ActiveMQ
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4560-typo.patch
>
>
> Activemq has a nice little web console that lets you browse queues and topics and try sending messages.  We should package this as a geronimo plugin.

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