Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConnection ¶
Types ¶
type ActiveMQ ¶
type ActiveMQ struct { Config ActiveMQconfig Conn *stomp.Conn Subs []*stomp.Subscription ConnectionID string QueueID string Queue *queue.MessageQueue DocDBconn *documents.DocDB DB *sql.DB SignalRClient signalr.Client AppServer string ApiKey string // contains filtered or unexported fields }
ActiveMQ struct
func NewActiveMQConnection ¶
func NewActiveMQConnection(config ActiveMQconfig) *ActiveMQ
type msghandler struct { Topic string Handler string Message stomp.Message }
func (*ActiveMQ) CallWebService ¶
func (*ActiveMQ) Subscribes ¶
func (a *ActiveMQ) Subscribes()
type ActiveMQconfig ¶
type ActiveMQconfig struct { Host string `json:"host"` Port string `json:"port"` Username string `json:"username"` Password string `json:"passwrod"` TLS string `json:"tls"` TLSVerify bool `json:"tlsverify"` CAPath string `json:"CAPath"` CertPath string `json:"CertPath"` KeyPath string `json:"keypath"` Topics []ActiveMQtopic `json:"topics"` }
ActiveMQ struct
type ActiveMQconfigs ¶
type ActiveMQconfigs struct { ActiveMQs []ActiveMQconfig `json:"activemqs"` ApiKey string `json:"apikey"` }
Click to show internal directories.
Click to hide internal directories.