Documentation
¶
Index ¶
- type IBMMq
- func (mq IBMMq) Close()
- func (mq *IBMMq) Context() *lib.ContextImpl
- func (mq *IBMMq) GetInput(dest string, params ...string) (result *lib.ConsumerImpl, err error)
- func (mq *IBMMq) GetOutput() *lib.ProducerImpl
- func (mq *IBMMq) GetQueueByName(dest string) *lib.QueueImpl
- func (mq *IBMMq) Init() error
- func (mq *IBMMq) Open() (err error)
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) Context ¶ added in v1.0.6
func (mq *IBMMq) Context() *lib.ContextImpl
func (*IBMMq) GetQueueByName ¶ added in v1.0.2
GetQueueByName - get queue by name
Click to show internal directories.
Click to hide internal directories.