trait JmsSettings extends AnyRef

Shared settings for all JMS stages. Used for internal standardization, and not meant to be used by user code.

Annotations
@DoNotInherit()
Source
JmsSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def connectionFactory: ConnectionFactory
  2. abstract def connectionRetrySettings: ConnectionRetrySettings
  3. abstract def connectionStatusSubscriptionTimeout: FiniteDuration
  4. abstract def credentials: Option[Credentials]
  5. abstract def destination: Option[Destination]
  6. abstract def sessionCount: Int