Class

io.gatling.jms.client

JmsSendClient

Related Doc: package client

Permalink

class JmsSendClient extends JmsClient

Trivial JMS client, allows sending messages

Linear Supertypes
JmsClient, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JmsSendClient
  2. JmsClient
  3. StrictLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JmsSendClient(protocol: JmsProtocol, destination: JmsDestination)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    JmsClient
  7. val conn: Connection

    Permalink
    Definition Classes
    JmsClient
  8. def createDestination(destination: JmsDestination): Destination

    Permalink
    Definition Classes
    JmsClient
  9. val ctx: InitialContext

    Permalink
    Definition Classes
    JmsClient
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val producer: MessageProducer

    Permalink
    Definition Classes
    JmsClient
  21. val properties: Hashtable[String, String]

    Permalink
    Definition Classes
    JmsClient
  22. val qcf: ConnectionFactory

    Permalink
    Definition Classes
    JmsClient
  23. def sendBytesMessage(bytes: Array[Byte], props: Map[String, Any], jmsType: Option[String]): Message

    Permalink

    Wrapper to send a BytesMessage, returns the message ID of the sent message

    Wrapper to send a BytesMessage, returns the message ID of the sent message

    Definition Classes
    JmsClient
  24. def sendMapMessage(map: Map[String, Any], props: Map[String, Any], jmsType: Option[String]): Message

    Permalink

    Wrapper to send a MapMessage, returns the message ID of the sent message

    Wrapper to send a MapMessage, returns the message ID of the sent message

    Note that map must match the javax.jms.MapMessage contract ie: "This method works only for the objectified primitive object types (Integer, Double, Long ...), String objects, and byte arrays."

    Definition Classes
    JmsClient
  25. def sendMessage(message: Message): Message

    Permalink

    Sends a JMS message, returns the message of the sent message

    Sends a JMS message, returns the message of the sent message

    Note that exceptions are allowed to bubble up to the caller

    Definition Classes
    JmsSendClientJmsClient
  26. def sendObjectMessage(o: Serializable, props: Map[String, Any], jmsType: Option[String]): Message

    Permalink

    Wrapper to send an ObjectMessage, returns the message ID of the sent message

    Wrapper to send an ObjectMessage, returns the message ID of the sent message

    Definition Classes
    JmsClient
  27. def sendTextMessage(messageText: String, props: Map[String, Any], jmsType: Option[String]): Message

    Permalink

    Wrapper to send a TextMessage, returns the message ID of the sent message

    Wrapper to send a TextMessage, returns the message ID of the sent message

    Definition Classes
    JmsClient
  28. val session: Session

    Permalink
    Definition Classes
    JmsClient
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JmsClient

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped