[
https://issues.apache.org/activemq/browse/AMQ-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mario Siegenthaler updated AMQ-1315:
------------------------------------
Attachment: activemq-queuebrowser.patch
Path for the QueueBrowser Servlet.
* Uses the ConnectionFactory from the WebClient, but keeps it's own connection
and session pool, since we don't want to depend on the session (would be bad if
we got many requests)
* Fixes typo in the queues.jsp (Web-Console): feed=rss2.0 not ffeed
* Changed the links in the rss/atom for the messages. The trunk implementation
will create a new queue with the name {queue}/{messageId}. I don't think that's
the expected behavior, so I changed it to link to a xstream representation of
the message. This could be improved, but I think we should define first what
exactly we want to show before we butter any time into implementing it.
> RSS/Atom Feed does not work in the WebConsole
> ---------------------------------------------
>
> Key: AMQ-1315
> URL: https://issues.apache.org/activemq/browse/AMQ-1315
> Project: ActiveMQ
> Issue Type: Bug
> Components: Broker
> Affects Versions: 5.0.0
> Reporter: Mario Siegenthaler
> Priority: Minor
> Attachments: activemq-queuebrowser.patch
>
>
> The links for the rss and atom view of the queues (in queues.jsp) are broken.
> They render an error page (something like could not create connection
> factory).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.