alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td> </tr> <tr> <td class="label">Destination <td> </tr> <tr> <td class="label" title="The ID used to correlate messages together in a conversation">Correlation ID <td> </tr> <tr> <td class="label" title="Message Group Identifier">Group <td> </tr> <tr> <td class="label" title="Message Group Sequence Number">Sequence <td> </tr> <tr> <td class="label">Expiration <td> </tr> <tr> <td class="label">Persistence <td> </tr> <tr> <td class="label">Priority <td> </tr> <tr> <td class="label">Redelivered <td> </tr> <tr> <td class="label">Reply To <td> </tr> <tr> <td class="label">Timestamp <td> </tr> <tr> <td class="label">Type <td> </tr> </tbody> </table> </td> <td class="layout" valign="top"> <table id="properties" class="sortable autostripe"> <thead> <tr> <th colspan="2"> Properties </th> </tr> </thead> <tbody> <form:forEachMapEntry items="${requestContext.messageQuery.propertiesMap}" var="prop"> <tr> <td class="label"> <td> </tr> <tr> </form:forEachMapEntry> </tbody> </table> </td> </tr> <tr> <td class="layout" colspan="2"> <table id="body" width="100%"> <thead> <tr> <th colspan="2"> Message Actions </th> </tr> </thead> <tbody> <tr> <td colspan="2">&messageId=${row.JMSMessageID}&secret=">Delete </tr> <tr class="odd"> <td>&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=')">Copy <td rowspan="2"> <select id="queue"> <option value=""> -- Please select -- <c:forEach items="${requestContext.brokerQuery.queues}" var="queues"> <c:if test="${queues.name != requestContext.messageQuery.JMSDestination}"> <option value=" </c:if> </c:forEach> </select> </td> </tr> <tr class="odd"> <td>&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=')">Move </tr> </tbody> </table> </td> </tr> <tr> <td class="layout" colspan="2"> <table id="body" width="100%"> <thead> <tr> <th> Message Details </th> </tr> </thead> <tbody> <tr> <td>
</tr> </tbody> </table> </td> </tr> </table> </c:otherwise> </c:choose> </body> </html>

Other ActiveMQ examples (source code examples)

Here is a short list of links related to this ActiveMQ message.jsp source code file:

ActiveMQ example source code file (message.jsp)

This example ActiveMQ source code file (message.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - ActiveMQ tags/keywords

apache, asf, group, group, id, id, jmsdestination=, jmsdestinationtype=queue, license, license, message, message, see, you

The ActiveMQ message.jsp source code

<%--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version 2.0
    (the "License"); you may not use this file except in compliance with
    the License.  You may obtain a copy of the License at
   
    http://www.apache.org/licenses/LICENSE-2.0
   
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
--%>
<html>
<head>
<c:set var="row" value="${requestContext.messageQuery.message}"/>
<title>Message 
</head>
<body>


<c:choose>
<c:when test="${empty row}">

<div>
No message could be found for ID <c:out value="${requestContext.messageQuery.id}"/>
</div>

</c:when>

<c:otherwise>

<table class="layout">
	<tr>
		<td class="layout"  valign="top">
			<table id="header" class="sortable autostripe">
				<thead>
					<tr>
						<th colspan="2">
						    Headers
						</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td class="label" title="Unique Message ID for this message">Message ID
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.