summaryrefslogtreecommitdiff
path: root/qpid/ruby/lib
Commit message (Collapse)AuthorAgeFilesLines
* QPID-1973 - Calling session.objects fails to return objects in certain casesTed Ross2009-07-171-1/+6
| | | | | | | | | | There is a window during which object queries fail because the console does not have up-to-date agent information. This fix closes the window completely. I would like to find a more elegant and efficient solution to this problem, but this will work for now. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795209 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1955 Patch from Bryan KearneyTed Ross2009-07-061-16/+117
| | | | | | | Add XML Generation to the Ruby Console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1954 - Patch from Bryan KearneyTed Ross2009-07-063-66/+243
| | | | | | | Add AM3 features to the ruby console git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@791566 13f79535-47bb-0310-9956-ffa450edef68
* renamed the type field of structs to st_type so it won't conflict with ↵Rafael H. Schloming2009-06-234-14/+14
| | | | | | struct fields git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@787663 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-5/+9
| | | | | | | | Additionally updated existing qmf and Qman to be compatible. The magic number for qmf messages has been incremented. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@783818 13f79535-47bb-0310-9956-ffa450edef68
* Numerous fixes in the qmf console for RubyTed Ross2009-05-205-28/+46
| | | | | | | | Added proper connection close if the SASL security context expires. Added :timeout and :async features to qmf console. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@776856 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1702 QPID-1706Ted Ross2009-03-272-17/+58
| | | | | | | | | | | Updated qmf console in Python and Ruby - Added support for asynchronous method invocation - Added option to override timeout for method request and get request - Added exception handler in delegates.rb to catch Sasl errors - Added tests for the async method features git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@759341 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1676 - Added client process name and pid to connection object for ↵Ted Ross2009-02-241-1/+4
| | | | | | | | | | management. Supported in C++, Python, and Ruby clients. Still needs to be added to the Java clients. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@747389 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1602 SASL Authentication, Authorization, and Security Layer for Ruby ↵Ted Ross2009-01-203-25/+89
| | | | | | Client. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736111 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1541 - Applied Ian's patchTed Ross2009-01-161-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735127 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1542 - Applied Ian's patchTed Ross2009-01-161-2/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@735126 13f79535-47bb-0310-9956-ffa450edef68
* Fixed problems with object representation functions.Ted Ross2008-12-162-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@727109 13f79535-47bb-0310-9956-ffa450edef68
* Suppress spurious object updates when :rcv_objects => false.Ted Ross2008-12-151-7/+7
| | | | | | | | Fixed a typo in the definition of Qpid::Qmf::Console. Fixed a bug in Session-initialize that caused boolean arguments to be ignored. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726751 13f79535-47bb-0310-9956-ffa450edef68
* Port features and bug-fixes from Python API to Ruby APITed Ross2008-12-091-31/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724911 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1476 - routing keys used for updates can't be used to discriminate by agentTed Ross2008-11-201-3/+3
| | | | | | | | | - Fixed routing keys in agents and binding keys in consoles - Added some additional debug output for ManagementAgentImpl - Minor cleanup in the connection close path for ManagementAgentImpl git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@719245 13f79535-47bb-0310-9956-ffa450edef68
* added config.rb for packaging customization of spec locationRafael H. Schloming2008-11-142-51/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@714152 13f79535-47bb-0310-9956-ffa450edef68
* Updated qmf-agent API to allow user to specify uid, password, mechanism, and ↵Ted Ross2008-11-131-2/+2
| | | | | | | | | | | protocol. Fixed qmf-console bug related to routing keys of object messages. Pass the binding key into the management agent to allow for selective broadcast of object data. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713631 13f79535-47bb-0310-9956-ffa450edef68
* patches from imain for fixing agent heartbeats, agent and broker bank, and ↵Rafael H. Schloming2008-11-131-10/+12
| | | | | | agent initialization git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713619 13f79535-47bb-0310-9956-ffa450edef68
* merged 0-10 ruby client from QPID-1443 into existing ruby clientRafael H. Schloming2008-11-1323-0/+5812
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713616 13f79535-47bb-0310-9956-ffa450edef68