Java org.springframework.jms.support QosSettings fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.support QosSettings fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.support QosSettings.

The text is from its open source code.

Method

intgetDeliveryMode()
Return the delivery mode to use when sending a message.
intgetPriority()
Return the priority of a message when sending.
longgetTimeToLive()
Return the time-to-live of the message when sending.