Sha256: ad493550b5ff1435712ef7a8722f6a7370a537eb5566f18cf4e523165086b5ce

Contents?: true

Size: 909 Bytes

Versions: 1

Compression:

Stored size: 909 Bytes

Contents

HornetQ.require_jar 'jnp-client'
HornetQ.require_jar 'hornetq-commons'
HornetQ.require_jar 'hornetq-core-client'
HornetQ.require_jar 'netty'

module HornetQ
  module Client
    # Import Message Constants
    java_import Java::org.hornetq.api.core::Message
  end
end

require 'hornetq/client/connection'
#require 'hornetq/common/org_hornetq_core_logging_logger'
require 'hornetq/client/org_hornetq_api_core_client_client_session'
require 'hornetq/client/org_hornetq_core_client_impl_client_message_impl'
require 'hornetq/client/org_hornetq_core_client_impl_client_consumer_impl'
require 'hornetq/client/org_hornetq_core_client_impl_client_producer_impl'
require 'hornetq/client/org_hornetq_utils_typed_properties'
require 'hornetq/common/logging'
#require 'hornetq/common/log_delegate'
require 'hornetq/client/message_handler'
require 'hornetq/client/requestor_pattern'
require 'hornetq/client/server_pattern'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jruby-hornetq-0.5.0.alpha lib/hornetq/client.rb