SessionParams |
SessionParams.setAmqpPropertiesCustomiser(java.util.function.BiFunction<com.rabbitmq.client.AMQP.BasicProperties.Builder,javax.jms.Message,com.rabbitmq.client.AMQP.BasicProperties.Builder> amqpPropertiesCustomiser) |
SessionParams |
SessionParams.setCleanUpServerNamedQueuesForNonDurableTopics(boolean cleanUpServerNamedQueuesForNonDurableTopics) |
SessionParams |
SessionParams.setConfirmListener(ConfirmListener confirmListener) |
SessionParams |
SessionParams.setConnection(RMQConnection connection) |
SessionParams |
SessionParams.setDelayedMessageService(com.rabbitmq.jms.client.DelayedMessageService delayedMessageService) |
SessionParams |
SessionParams.setKeepTextMessageType(boolean keepTextMessageType) |
SessionParams |
SessionParams.setMode(int mode) |
SessionParams |
SessionParams.setNackOnRollback(boolean nackOnRollback) |
SessionParams |
SessionParams.setOnMessageTimeoutMs(int onMessageTimeoutMs) |
SessionParams |
SessionParams.setPreferProducerMessageProperty(boolean preferProducerMessageProperty) |
SessionParams |
SessionParams.setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer) |
SessionParams |
SessionParams.setReplyToStrategy(ReplyToStrategy replyToStrategy) |
SessionParams |
SessionParams.setRequeueOnMessageListenerException(boolean requeueOnMessageListenerException) |
SessionParams |
SessionParams.setRequeueOnTimeout(boolean requeueOnTimeout) |
SessionParams |
SessionParams.setSendingContextConsumer(SendingContextConsumer sendingContextConsumer) |
SessionParams |
SessionParams.setSubscriptions(com.rabbitmq.jms.client.Subscriptions subscriptions) |
SessionParams |
SessionParams.setTransacted(boolean transacted) |
SessionParams |
SessionParams.setTrustedPackages(java.util.List<java.lang.String> trustedPackages) |
SessionParams |
SessionParams.setValidateSubscriptionNames(boolean validateSubscriptionNames) |