Class SjmsResource

java.lang.Object
org.apache.camel.quarkus.messaging.sjms.SjmsResource

@Path("/messaging/sjms") public class SjmsResource extends Object
  • 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

      @Path("/selector") @GET public void jmsSelector() throws InterruptedException
      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