object JmsProducerSettings
- Alphabetic
- By Inheritance
- JmsProducerSettings
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- 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.
- 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.
- 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.
- val configPath: String
- 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.
- 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.
- 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.