[jira] [Commented] (QPID-2784) C++ Example with new Addressing and API

2011-07-14 Thread Kumar Sundaram (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13065259#comment-13065259
 ] 

Kumar Sundaram commented on QPID-2784:
--

I would like to work on this 

 C++ Example with new Addressing and API
 ---

 Key: QPID-2784
 URL: https://issues.apache.org/jira/browse/QPID-2784
 Project: Qpid
  Issue Type: Improvement
  Components: Qpid Examples
Affects Versions: 0.7
Reporter: William Henry
 Fix For: 0.11

 Attachments: feeddemo.tar

   Original Estimate: 2h
  Remaining Estimate: 2h

 I've updated the trade demo (tradedemo) example for the new addressing and 
 renamed it feeddemo (as it is really about ticker and market data feeds and 
 not trades).
 I'd like to know if this sort of demo is still useful.  I think it is, but we 
 also have the reservation system demo. What's nice about this example is that 
 is used TTL and LVQ.
 See the attached files. Note that the OptionParser.h/.cpp is the one already 
 used in drain/spout etc. so it ought to be made common. 
 It can be tested tested by:
 1. running setup_broker.sh which creates the exchanges.
 2. Run a feed_listener (you can run it for ticker info or market data using 
 -t or -m or with a custom exchange or all three:
 a. ./feed_listener -t 1 -m 0  (actually default is this so you can just run 
 ./feed_listener)
 b. ./feed_listener -t 0 -m 1
 c. ./feed_listener -t 0 -m 0 TICKER/NYSE.RHT
 d. ./feed_listener -m 1 TICKER/NYSE.RHT(TICKER/NYSE.RHT is just an 
 example)
 3. Run feed_publisher e.g.:   ./feed_publisher -c 1000
 William

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Commented: (QPID-2784) C++ Example with new Addressing and API

2011-02-16 Thread William Henry (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12995553#comment-12995553
 ] 

William Henry commented on QPID-2784:
-

Can someone please look over this and replace the old tradedemo with  this 
feeddemo example? 

 C++ Example with new Addressing and API
 ---

 Key: QPID-2784
 URL: https://issues.apache.org/jira/browse/QPID-2784
 Project: Qpid
  Issue Type: Improvement
  Components: Qpid Examples
Affects Versions: 0.7
Reporter: William Henry
 Fix For: 0.9

 Attachments: feeddemo.tar

   Original Estimate: 2h
  Remaining Estimate: 2h

 I've updated the trade demo (tradedemo) example for the new addressing and 
 renamed it feeddemo (as it is really about ticker and market data feeds and 
 not trades).
 I'd like to know if this sort of demo is still useful.  I think it is, but we 
 also have the reservation system demo. What's nice about this example is that 
 is used TTL and LVQ.
 See the attached files. Note that the OptionParser.h/.cpp is the one already 
 used in drain/spout etc. so it ought to be made common. 
 It can be tested tested by:
 1. running setup_broker.sh which creates the exchanges.
 2. Run a feed_listener (you can run it for ticker info or market data using 
 -t or -m or with a custom exchange or all three:
 a. ./feed_listener -t 1 -m 0  (actually default is this so you can just run 
 ./feed_listener)
 b. ./feed_listener -t 0 -m 1
 c. ./feed_listener -t 0 -m 0 TICKER/NYSE.RHT
 d. ./feed_listener -m 1 TICKER/NYSE.RHT(TICKER/NYSE.RHT is just an 
 example)
 3. Run feed_publisher e.g.:   ./feed_publisher -c 1000
 William

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org



[jira] Commented: (QPID-2784) C++ Example with new Addressing and API

2010-08-02 Thread William Henry (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12894698#action_12894698
 ] 

William Henry commented on QPID-2784:
-

The 2hr estimate is mainly to review the code and test.

William

 C++ Example with new Addressing and API
 ---

 Key: QPID-2784
 URL: https://issues.apache.org/jira/browse/QPID-2784
 Project: Qpid
  Issue Type: Improvement
  Components: Qpid Examples
Affects Versions: 0.7
Reporter: William Henry
 Fix For: 0.7

 Attachments: feeddemo.tar

   Original Estimate: 2h
  Remaining Estimate: 2h

 I've updated the trade demo (tradedemo) example for the new addressing and 
 renamed it feeddemo (as it is really about ticker and market data feeds and 
 not trades).
 I'd like to know if this sort of demo is still useful.  I think it is, but we 
 also have the reservation system demo. What's nice about this example is that 
 is used TTL and LVQ.
 See the attached files. Note that the OptionParser.h/.cpp is the one already 
 used in drain/spout etc. so it ought to be made common. 
 It can be tested tested by:
 1. running setup_broker.sh which creates the exchanges.
 2. Run a feed_listener (you can run it for ticker info or market data using 
 -t or -m or with a custom exchange or all three:
 a. ./feed_listener -t 1 -m 0  (actually default is this so you can just run 
 ./feed_listener)
 b. ./feed_listener -t 0 -m 1
 c. ./feed_listener -t 0 -m 0 TICKER/NYSE.RHT
 d. ./feed_listener -m 1 TICKER/NYSE.RHT(TICKER/NYSE.RHT is just an 
 example)
 3. Run feed_publisher e.g.:   ./feed_publisher -c 1000
 William

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
Apache Qpid - AMQP Messaging Implementation
Project:  http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org