Many thanks for figuring this out, I'll add an example to the Go binding. Both the Go and C++ examples are currently quite horrible - very raw access to the somewhat nasty underlying AMQP definitions. I will look into providing a more "cooked" API to simplify this task, along the lines of the python Filter and Selector classes.
(note to astitcher,jross - this looks like code that should be rescued from reactor.py and discussed for use across all bindings as part of the API improvement work) On Thu, Oct 18, 2018 at 8:19 AM Gordon Sim <[email protected]> wrote: > On 18/10/18 10:09, rk wrote: > > Thanks for the reply, I seem to of got it working by changing the Go code > > tohttps://play.golang.org/p/3805Mlqu5f4. Though I'm not sure what the > > string in the filter map (currently "selector") represents, I seem to be > > able to put anything in there. > > Yes, the value of the key is unimportant. Glad you got it working; > thanks for letting us know. (And now I know a bit more of the go api!) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
