Package com.bytedesk.core.jms
Class JmsArtemisController
java.lang.Object
com.bytedesk.core.jms.JmsArtemisController
for testing api
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
org.springframework.http.ResponseEntity<?>
-
Field Details
-
jmsArtemisService
-
bytedeskProperties
-
-
Constructor Details
-
JmsArtemisController
public JmsArtemisController()
-
-
Method Details
-
getJmsQueueArtemis
@GetMapping("/artemis/queue") public org.springframework.http.ResponseEntity<?> getJmsQueueArtemis() -
getJmsTopicArtemis
@GetMapping("/artemis/topic") public org.springframework.http.ResponseEntity<?> getJmsTopicArtemis()
-