Uses of Class
com.rabbitmq.jms.client.ConnectionParams
-
Packages that use ConnectionParams Package Description com.rabbitmq.jms.client -
-
Uses of ConnectionParams in com.rabbitmq.jms.client
Methods in com.rabbitmq.jms.client that return ConnectionParams Modifier and Type Method Description ConnectionParamsConnectionParams. setAmqpPropertiesCustomiser(java.util.function.BiFunction<com.rabbitmq.client.AMQP.BasicProperties.Builder,jakarta.jms.Message,com.rabbitmq.client.AMQP.BasicProperties.Builder> amqpPropertiesCustomiser)ConnectionParamsConnectionParams. setChannelsQos(int channelsQos)ConnectionParamsConnectionParams. setCleanUpServerNamedQueuesForNonDurableTopicsOnSessionClose(boolean cleanUpServerNamedQueuesForNonDurableTopicsOnSessionClose)ConnectionParamsConnectionParams. setKeepTextMessageType(boolean keepTextMessageType)ConnectionParamsConnectionParams. setNackOnRollback(boolean nackOnRollback)ConnectionParamsConnectionParams. setOnMessageTimeoutMs(int onMessageTimeoutMs)ConnectionParamsConnectionParams. setPreferProducerMessageProperty(boolean preferProducerMessageProperty)ConnectionParamsConnectionParams. setQueueBrowserReadMax(int queueBrowserReadMax)ConnectionParamsConnectionParams. setRabbitConnection(com.rabbitmq.client.Connection rabbitConnection)ConnectionParamsConnectionParams. setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)ConnectionParamsConnectionParams. setReplyToStrategy(ReplyToStrategy replyToStrategy)ConnectionParamsConnectionParams. setRequeueOnMessageListenerException(boolean requeueOnMessageListenerException)ConnectionParamsConnectionParams. setRequeueOnTimeout(boolean requeueOnTimeout)ConnectionParamsConnectionParams. setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)ConnectionParamsConnectionParams. setTerminationTimeout(long terminationTimeout)ConnectionParamsConnectionParams. setTrustedPackages(java.util.List<java.lang.String> trustedPackages)Constructors in com.rabbitmq.jms.client with parameters of type ConnectionParams Constructor Description RMQConnection(ConnectionParams connectionParams)Creates an RMQConnection object.
-