Coder Social home page Coder Social logo

Comments (4)

michaelklishin avatar michaelklishin commented on August 15, 2024 1

No plans. Stream protocol support should be implemented a separate client. You can use basic operations on streams using Bunny but won't get must of the benefits.

For every other language that has a RabbitMQ Stream Protocol client, it was a completely brand new library and not an extension to the existing client.

from bunny.

carlhoerberg avatar carlhoerberg commented on August 15, 2024

from bunny.

alilland avatar alilland commented on August 15, 2024

unfortunately it still throws the same error with x-queue-type

 ch = conn.create_channel
stream = ch.queue('stream_test', durable: true, auto_delete: false, arguments: { 'x-queue-type': 'stream', 'x-max-length-bytes': 500_000_000 })
AMQ::Protocol::EmptyResponseError: Empty response received from the server.
/Users/aronlilland/.rvm/gems/ruby-2.6.5/gems/amq-protocol-2.3.2/lib/amq/protocol/frame.rb:60:in `decode_header'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/gems/bunny-2.17.0/lib/bunny/transport.rb:262:in `read_next_frame'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/gems/bunny-2.17.0/lib/bunny/session.rb:1181:in `init_connection'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/gems/bunny-2.17.0/lib/bunny/session.rb:324:in `start'
/Users/aronlilland/Documents/dev/controlair/titan-api/tasks/other/streaming.rake:6:in `block (2 levels) in <top (required)>'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/gems/rake-13.0.3/exe/rake:27:in `<top (required)>'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:22:in `eval'
/Users/aronlilland/.rvm/gems/ruby-2.6.5/bin/ruby_executable_hooks:22:in `<main>'
Tasks: TOP => other:streaming
(See full trace by running task with --trace)

from bunny.

carlhoerberg avatar carlhoerberg commented on August 15, 2024

from bunny.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.