github rabbitmq/rabbitmq-stream-go-client v0.6-alpha

latest releases: v1.6.1, v1.6.0, v1.5.8...
4 years ago
 addresses := []string{"rabbitmq-stream://guest:guest@localhost:5552/%2f",		
"rabbitmq-stream://guest:guest@localhost:5553/%2f",		
"rabbitmq-stream://guest:guest@localhost:5554/%2f"}

env, err := stream.NewEnvironment(stream.NewEnvironmentOptions().SetUris(addresses))
  • Add support for Confirmation = false in case the client can't send the message:
for confirmed := range confirms {
      for _, msg := range confirmed {
	   if msg.Confirmed { ...}
  • First implementation of ha_producer - still experimental

Don't miss a new rabbitmq-stream-go-client release

NewReleases is sending notifications on new releases.