ibmmq

package module
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2019 License: MIT Imports: 3 Imported by: 0

README

ibmmq

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBMMq

type IBMMq struct {
	QMName   *string `yaml:"qmName"`
	Host     string  `yaml:"host"`
	Port     *int    `yaml:"port"`
	User     string  `yaml:"user"`
	Password string  `yaml:"password"`
	Channel  string  `yaml:"channel"`
	// contains filtered or unexported fields
}

IBMMq - ibm-mq configuration and provide streams

func (IBMMq) Close

func (mq IBMMq) Close()

Close - close connection

func (*IBMMq) Context added in v1.0.6

func (mq *IBMMq) Context() *lib.ContextImpl

func (*IBMMq) GetInput

func (mq *IBMMq) GetInput(dest string, params ...string) (result *lib.ConsumerImpl, err error)

GetInput - get input

func (*IBMMq) GetOutput

func (mq *IBMMq) GetOutput() *lib.ProducerImpl

GetOutput - get output

func (*IBMMq) GetQueueByName added in v1.0.2

func (mq *IBMMq) GetQueueByName(dest string) *lib.QueueImpl

GetQueueByName - get queue by name

func (*IBMMq) Init

func (mq *IBMMq) Init() error

Init - initialize properties

func (*IBMMq) Open

func (mq *IBMMq) Open() (err error)

Open - open connection

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL