Packages

c

io.gatling.jms.client

JmsReqReplyClient

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit
    Definition Classes
    JmsClient
  7. val conn: Connection
    Definition Classes
    JmsClient
  8. def createDestination(destination: JmsDestination): Destination
    Definition Classes
    JmsClient
  9. def createReplyConsumer(selector: String = null): MessageConsumer

    Gets a new consumer for the reply queue

  10. val ctx: InitialContext
    Definition Classes
    JmsClient
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val logger: Logger
    Attributes
    protected
    Definition Classes
    StrictLogging
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. val producer: MessageProducer
    Definition Classes
    JmsClient
  22. val properties: Hashtable[String, String]
    Definition Classes
    JmsClient
  23. val qcf: ConnectionFactory
    Definition Classes
    JmsClient
  24. val replyDestinationName: String
  25. val replyJmsDestination: Destination
  26. def sendBytesMessage(bytes: Array[Byte], props: Map[String, Any], jmsType: Option[String]): Message

    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

    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

    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

    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

    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
    Definition Classes
    JmsClient
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JmsClient

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped