Sha256: 680a668d92a5e713743667a400f7cf4c844f8e8399dfde53f8a3008ddb0a5f62
Contents?: true
Size: 833 Bytes
Versions: 1
Compression:
Stored size: 833 Bytes
Contents
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/factory' 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.2.5.alpha | lib/hornetq/client.rb |