object JmsProducerSettings

Source
JmsProducerSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsProducerSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(actorSystem: ClassicActorSystemProvider, connectionFactory: ConnectionFactory): JmsProducerSettings

    Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    actorSystem

    The actor system

    connectionFactory

    Factory to use for creating JMS connections.

  2. def apply(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsProducerSettings

    Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    actorSystem

    The actor system

    connectionFactory

    Factory to use for creating JMS connections.

  3. def apply(c: Config, connectionFactory: ConnectionFactory): JmsProducerSettings

    Reads from the given config.

    Reads from the given config.

    c

    Config instance read configuration from

    connectionFactory

    Factory to use for creating JMS connections.

  4. val configPath: String
  5. def create(actorSystem: ClassicActorSystemProvider, connectionFactory: ConnectionFactory): JmsProducerSettings

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    actorSystem

    The actor system

    connectionFactory

    Factory to use for creating JMS connections.

  6. def create(actorSystem: ActorSystem, connectionFactory: ConnectionFactory): JmsProducerSettings

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    Java API: Reads from the default config provided by the actor system at pekko.connectors.jms.producer.

    actorSystem

    The actor system

    connectionFactory

    Factory to use for creating JMS connections.

  7. def create(c: Config, connectionFactory: ConnectionFactory): JmsProducerSettings

    Java API: Reads from the given config.

    Java API: Reads from the given config.

    c

    Config instance read configuration from

    connectionFactory

    Factory to use for creating JMS connections.