Class MoveMessage
java.lang.Object
org.apache.activemq.web.DestinationFacade
org.apache.activemq.web.controller.MoveMessage
- All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller
public class MoveMessage
extends DestinationFacade
implements org.springframework.web.servlet.mvc.Controller
Moves a message from one to another queue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewhandleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) voidsetDestination(String destination) voidsetMessageId(String messageId) Methods inherited from class org.apache.activemq.web.DestinationFacade
addDestination, createDestination, getBrokerAdmin, getBrokerFacade, getJMSDestination, getJMSDestinationType, getPhysicalDestinationName, getQueueView, getSupportedHttpMethods, getValidDestination, isQueue, redirectToBrowseView, redirectToDestinationView, redirectToRequest, removeDestination, setJMSDestination, setJMSDestinationType, toString
-
Constructor Details
-
MoveMessage
-
-
Method Details
-
handleRequest
public org.springframework.web.servlet.ModelAndView handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception - Specified by:
handleRequestin interfaceorg.springframework.web.servlet.mvc.Controller- Throws:
Exception
-
getMessageId
-
setMessageId
-
getDestination
-
setDestination
-