Class

io.gatling.jms.client

JmsReqReplyClient

Related Doc: package client

Permalink

class JmsReqReplyClient extends JmsClient

Trivial JMS client, allows sending messages and use of a MessageListener

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

Instance Constructors

  1. new JmsReqReplyClient(protocol: JmsProtocol, destination: JmsDestination, replyDestination: 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. def createReplyConsumer(selector: String = null): MessageConsumer

    Permalink

    Gets a new consumer for the reply queue

  10. val ctx: InitialContext

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  17. val logger: Logger

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val producer: MessageProducer

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

    Permalink
    Definition Classes
    JmsClient
  23. val qcf: ConnectionFactory

    Permalink
    Definition Classes
    JmsClient
  24. val replyDestinationName: String

    Permalink
  25. val replyJmsDestination: Destination

    Permalink
  26. 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
  27. 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
  28. 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
    JmsReqReplyClientJmsClient
  29. 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
  30. 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
  31. val session: Session

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. 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