mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3415 - rss field to show message timestamp
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1150666 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
036f2a8d7c
commit
4a015a95a4
|
@ -117,7 +117,7 @@ public class RssMessageRenderer extends SimpleMessageRenderer {
|
|||
entry.setTitle(title);
|
||||
String link = request.getRequestURI() + "?msgId=" + title;
|
||||
entry.setLink(link);
|
||||
entry.setPublishedDate(new Date());
|
||||
entry.setPublishedDate(new Date(message.getJMSTimestamp()));
|
||||
return entry;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue