err := kc.CreateQueue("my_queueA")
if err != nil {
	panic(err)
}