GithubHelp home page GithubHelp logo

stompest's Issues

How to config exclusive=true ?

http://activemq.apache.org/exclusive-consumer.html

java code is

   queue = new ActiveMQQueue("TEST.QUEUE?consumer.exclusive=true");
   consumer = session.createConsumer(queue);

I have try to config uri

failover:(tcp://xxxx:61613,tcp://xxx)?exclusive=true,randomize=false,maxReconnectDelay=30000

there is a errror:

[invalid options: 'exclusize']
Exception AttributeError: "'ActiveMQConsumer' object has no attribute 'client'" in <bound method

Cannot connect to rabbitmq_stomp

I installed the stomp plugin for rabbitmq (rabbitmq_stomp.ez and amqp_client.ez) as per http://www.rabbitmq.com/stomp.html.

>>> from stompest.simple import Stomp
>>> QUEUE = '/queue/simpleTest'
>>> stomp = Stomp('localhost', 61613)
>>> stomp.connect()

After this, the python shell hangs indefinitely.

Testing against rabbitmq with telnet works as expected:

$ telnet localhost 61613
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
CONNECT

^@
CONNECTED
session:session-9Z1PNAe1n3GvJFeAApbMPg==
heart-beat:0,0
version:1.0

DISCONNECT

^@
Connection closed by foreign host.

While I was expecting some compatibility issues ("your milage may wary"), I was hoping basic functionality would be there :)

Need Unsubscribe Command

I'd like to be able to unsubscribe from a destination.

If I fork (is that the git term?) your project and add this can I push the change back?

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.