Interface ManagedBrowsableEndpointMBean
- All Superinterfaces:
ManagedEndpointMBean
-
Method Summary
Modifier and TypeMethodDescriptionbrowseAllMessagesAsXml
(Boolean includeBody) browseExchange
(Integer index) browseMessageAsXml
(Integer index, Boolean includeBody) browseMessageBody
(Integer index) browseRangeMessagesAsXml
(Integer fromIndex, Integer toIndex, Boolean includeBody) long
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedEndpointMBean
getCamelId, getCamelManagementName, getEndpointBaseUri, getEndpointUri, getServiceLocationMetadata, getServiceLocationProtocol, getServiceLocationUrl, getState, isRemote, isSingleton
-
Method Details
-
queueSize
-
browseExchange
@ManagedOperation(description="Get Exchange from queue by index") String browseExchange(Integer index) -
browseMessageBody
@ManagedOperation(description="Get message body from queue by index") String browseMessageBody(Integer index) -
browseMessageAsXml
@ManagedOperation(description="Get message as XML from queue by index") String browseMessageAsXml(Integer index, Boolean includeBody) -
browseAllMessagesAsXml
@ManagedOperation(description="Gets all the messages as XML from the queue") String browseAllMessagesAsXml(Boolean includeBody) -
browseRangeMessagesAsXml
@ManagedOperation(description="Gets the range of messages as XML from the queue") String browseRangeMessagesAsXml(Integer fromIndex, Integer toIndex, Boolean includeBody)
-