Uses of Interface
org.springframework.jms.core.JmsClient.OperationSpec
Packages that use JmsClient.OperationSpec
-
Uses of JmsClient.OperationSpec in org.springframework.jms.core
Methods in org.springframework.jms.core that return JmsClient.OperationSpecModifier and TypeMethodDescriptionJmsClient.destination(jakarta.jms.Destination destination) Provide an operation handle for the given JMS destination.JmsClient.destination(String destinationName) Provide an operation handle for the specified JMS destination.JmsClient.OperationSpec.withDeliveryDelay(long deliveryDelay) Apply the given delivery delay to any subsequent send operations.JmsClient.OperationSpec.withDeliveryPersistent(boolean persistent) Set whether message delivery should be persistent or non-persistent.JmsClient.OperationSpec.withPriority(int priority) Apply the given priority to any subsequent send operations.JmsClient.OperationSpec.withReceiveTimeout(long receiveTimeout) Apply the given timeout to any subsequent receive operations.JmsClient.OperationSpec.withTimeToLive(long timeToLive) Apply the given time-to-live to any subsequent send operations.