Re: durable subscriber support in stomp.rb

2008-09-10 Thread Eugene79
here is test code for subscriber -- require 'rubygems' require 'stomp' # activemq uses client-id: and activemq.subscriptionName: headers to uniquely # identify a subscription. This is required for durable subscribers @conn = Stomp::Connection.open nil, nil, "lo

Re: durable subscriber support in stomp.rb

2008-09-10 Thread Eugene79
Here is the patch. Index: lib/stomp.rb === --- lib/stomp.rb(revision 87) +++ lib/stomp.rb(working copy) @@ -23,16 +23,17 @@ # synchronous receives class Connection -def Connection.open(login = "", passcode

Re: durable subscriber support in stomp.rb

2008-09-10 Thread Enrico Teotti
well done mate! Where is the code atm? Can I take a look at it? Cheers 2008/9/10 Eugene79 <[EMAIL PROTECTED]>: > > Got reply from Andrew Kuklewicz. He said he will incorporate the changes. > > Eugene > > > > bsnyder wrote: >> >> On Tue, Sep 9, 2008 at 12:55 PM, Eugene79 <[EMAIL PROTECTED]> wrote:

Re: durable subscriber support in stomp.rb

2008-09-09 Thread Bruce Snyder
On Tue, Sep 9, 2008 at 3:17 PM, Eugene79 <[EMAIL PROTECTED]> wrote: > > Got reply from Andrew Kuklewicz. He said he will incorporate the changes. Awesome! Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61Ehttp://activemq.org/ Apache Camel - http://activemq.org/camel

Re: durable subscriber support in stomp.rb

2008-09-09 Thread Eugene79
Got reply from Andrew Kuklewicz. He said he will incorporate the changes. Eugene bsnyder wrote: > > On Tue, Sep 9, 2008 at 12:55 PM, Eugene79 <[EMAIL PROTECTED]> wrote: >> >> I contacted the guy who is listed as the project admin on rubyforge. He >> says >> he doesn't maintain it anymore, and

Re: durable subscriber support in stomp.rb

2008-09-09 Thread Bruce Snyder
On Tue, Sep 9, 2008 at 12:55 PM, Eugene79 <[EMAIL PROTECTED]> wrote: > > I contacted the guy who is listed as the project admin on rubyforge. He says > he doesn't maintain it anymore, and the code actually lives at > stomp.codehaus.org. I posted on their forum, and so far got no reply. The > last p

Re: durable subscriber support in stomp.rb

2008-09-09 Thread Eugene79
I contacted the guy who is listed as the project admin on rubyforge. He says he doesn't maintain it anymore, and the code actually lives at stomp.codehaus.org. I posted on their forum, and so far got no reply. The last post on stomp-dev is from May 11. Does anybody actually maintain that code anym

Re: durable subscriber support in stomp.rb

2008-09-08 Thread Bruce Snyder
On Mon, Sep 8, 2008 at 3:37 PM, Eugene79 <[EMAIL PROTECTED]> wrote: > > Hi all, > > I added support for durable subscribers to stomp.rb. That's great! > I am trying to submit a > patch. The project page (http://rubyforge.org/projects/stomp/) doesn't seem > to be maintained. I emailed the guy who