Uses of Class
com.rabbitmq.jms.client.SessionParams
-
Packages that use SessionParams Package Description com.rabbitmq.jms.client -
-
Uses of SessionParams in com.rabbitmq.jms.client
Methods in com.rabbitmq.jms.client that return SessionParams Modifier and Type Method Description SessionParamsSessionParams. setAmqpPropertiesCustomiser(java.util.function.BiFunction<com.rabbitmq.client.AMQP.BasicProperties.Builder,jakarta.jms.Message,com.rabbitmq.client.AMQP.BasicProperties.Builder> amqpPropertiesCustomiser)SessionParamsSessionParams. setCleanUpServerNamedQueuesForNonDurableTopics(boolean cleanUpServerNamedQueuesForNonDurableTopics)SessionParamsSessionParams. setConnection(RMQConnection connection)SessionParamsSessionParams. setDelayedMessageService(com.rabbitmq.jms.client.DelayedMessageService delayedMessageService)SessionParamsSessionParams. setKeepTextMessageType(boolean keepTextMessageType)SessionParamsSessionParams. setMode(int mode)SessionParamsSessionParams. setNackOnRollback(boolean nackOnRollback)SessionParamsSessionParams. setOnMessageTimeoutMs(int onMessageTimeoutMs)SessionParamsSessionParams. setPreferProducerMessageProperty(boolean preferProducerMessageProperty)SessionParamsSessionParams. setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)SessionParamsSessionParams. setReplyToStrategy(ReplyToStrategy replyToStrategy)SessionParamsSessionParams. setRequeueOnMessageListenerException(boolean requeueOnMessageListenerException)SessionParamsSessionParams. setRequeueOnTimeout(boolean requeueOnTimeout)SessionParamsSessionParams. setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)SessionParamsSessionParams. setSubscriptions(com.rabbitmq.jms.client.Subscriptions subscriptions)SessionParamsSessionParams. setTransacted(boolean transacted)SessionParamsSessionParams. setTrustedPackages(java.util.List<java.lang.String> trustedPackages)Constructors in com.rabbitmq.jms.client with parameters of type SessionParams Constructor Description RMQSession(SessionParams sessionParams)Creates a session object associated with a connection
-