Module: Mqlight

Defined in:
lib/mqlight/command.rb,
lib/mqlight.rb,
lib/mqlight/util.rb,
lib/mqlight/logging.rb,
lib/mqlight/version.rb,
lib/mqlight/delivery.rb,
lib/mqlight/connection.rb,
lib/mqlight/exceptions.rb,
lib/mqlight/destination.rb,
lib/mqlight/thread_vars.rb,
lib/mqlight/blocking_client.rb,
lib/mqlight/proton_container.rb

Overview

@(#) MQMBID sn=mqkoa-L160208.09 su=_Zdh2gM49EeWAYJom138ZUQ pn=appmsging/ruby/mqlight/lib/mqlight/proton_container.rb

<copyright notice=“lm-source-program” pids=“5725-P60” years=“2013,2015” crc=“3568777996” > Licensed Materials - Property of IBM

5725-P60

© Copyright IBM Corp. 2013, 2015

US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. </copyright>

Defined Under Namespace

Modules: Logging Classes: BlockingClient, Delivery, ExceptionContainer, InternalError, Malformed, NetworkError, NotPermittedError, ReplacedError, RetryError, SecureEndPoint, SecureSocket, SecurityError, Service, StoppedError, SubscribedError, TimeoutError, UnsecureEndPoint, UnsubscribedError, UnsupportedError

Constant Summary collapse

QOS_AT_MOST_ONCE =
0
QOS_AT_LEAST_ONCE =
1
VERSION =
Mqlight.load_version_from_yaml

Class Method Summary collapse

Class Method Details

.load_version_from_yamlObject



23
24
25
# File 'lib/mqlight/version.rb', line 23

def self.load_version_from_yaml
  YAML.load_file File.expand_path('../../../version.yaml', __FILE__)
end