Class SjmsResource
java.lang.Object
org.apache.camel.quarkus.messaging.sjms.SjmsResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme(package private) org.apache.camel.CamelContext(package private) org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidjakarta.ws.rs.core.ResponseproduceMessageWithCustomDestination(String destinationName, String message)
-
Field Details
-
producerTemplate
@Inject org.apache.camel.ProducerTemplate producerTemplate -
context
@Inject org.apache.camel.CamelContext context -
componentScheme
@Inject org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme componentScheme
-
-
Constructor Details
-
SjmsResource
public SjmsResource()
-
-
Method Details
-
jmsSelector
- Throws:
InterruptedException
-
produceMessageWithCustomDestination
@Path("/custom/destination/{destinationName}") @POST public jakarta.ws.rs.core.Response produceMessageWithCustomDestination(@PathParam("destinationName") String destinationName, String message) throws Exception - Throws:
Exception
-