Class SjmsResource


  • @Path("/messaging/sjms")
    public class SjmsResource
    extends Object
    • Field Detail

      • 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 Detail

      • SjmsResource

        public SjmsResource()
    • Method Detail

      • produceMessageWithCustomDestination

        @Path("/custom/destination/{destinationName}")
        @POST
        public javax.ws.rs.core.Response produceMessageWithCustomDestination​(@PathParam("destinationName")
                                                                             String destinationName,
                                                                             String message)
                                                                      throws Exception
        Throws:
        Exception