Re: Connection.open get stuck with wrong host address

2010-03-03 Thread _cristian_
You are right with the heartbeat options.But this option is not implemented yet. This is from apache qpid api docs: [ http://qpid.apache.org/docs/api/cpp/html/a00226.html ] uint16_theartbeat Allows a heartbeat frequency to be specified (this feature is not yet implemented). After

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread Gordon Sim
On 03/03/2010 08:41 AM, _cristian_ wrote: You are right with the heartbeat options.But this option is not implemented yet. Those docs are out of date. Heartbeats are implemented. This is from apache qpid api docs: [ http://qpid.apache.org/docs/api/cpp/html/a00226.html ] uint16_t

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread _cristian_
Was this when using a non-zero heartbeat? Yes.I have heartbeat=10. open() returns after 3 minutes, even with heartbeat=10. -- View this message in context: http://n2.nabble.com/Connection-open-get-stuck-with-wrong-host-address-tp4661786p4666883.html Sent from the Apache Qpid developers

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread Gordon Sim
On 03/03/2010 11:26 AM, _cristian_ wrote: Was this when using a non-zero heartbeat? Yes.I have heartbeat=10. open() returns after 3 minutes, even with heartbeat=10. Is this using 0.5? I believe there was a fix made after that to deal with the opening of the connection (prior to the fix

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread _cristian_
It is 0.5 This is the output for: qpidd -v qpidd (qpidc) version 0.5 -- View this message in context: http://n2.nabble.com/Connection-open-get-stuck-with-wrong-host-address-tp4661786p4666929.html Sent from the Apache Qpid developers mailing list archive at Nabble.com.

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread Gordon Sim
On 03/03/2010 11:37 AM, _cristian_ wrote: It is 0.5 This is the output for: qpidd -v qpidd (qpidc) version 0.5 Ok, that is fixed on trunk and will be in the 0.6 release. - Apache Qpid - AMQP Messaging Implementation

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread _cristian_
Thank you for your help. i will upgrade when 0.6 will be released -- View this message in context: http://n2.nabble.com/Connection-open-get-stuck-with-wrong-host-address-tp4661786p4666970.html Sent from the Apache Qpid developers mailing list archive at Nabble.com.

Re: Vote for 0.6 Release (Really)

2010-03-03 Thread Rajith Attapattu
On Wed, Mar 3, 2010 at 8:34 AM, Steve Huston shus...@riverace.com wrote: -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Tuesday, March 02, 2010 7:20 AM To: dev@qpid.apache.org Subject: Re: Vote for 0.6 Release (Really) ... On the .csproj files, I would guess

[jira] Assigned: (QPID-2386) Qpid C++ broker: add user ID in SASL: Authentication failed log message

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned QPID-2386: Assignee: Gordon Sim Qpid C++ broker: add user ID in SASL: Authentication failed log message

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread Andrew Stitcher
On Wed, 2010-03-03 at 00:41 -0800, _cristian_ wrote: You are right with the heartbeat options.But this option is not implemented yet. That's quite funny, as I implemented the feature myself. This is from apache qpid api docs: [ http://qpid.apache.org/docs/api/cpp/html/a00226.html ]

[jira] Resolved: (QPID-2386) Qpid C++ broker: add user ID in SASL: Authentication failed log message

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-2386. -- Resolution: Fixed Qpid C++ broker: add user ID in SASL: Authentication failed log message

[jira] Resolved: (QPID-2426) Better error message and logging when receving/sending from/to empty address

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-2426. -- Resolution: Fixed Better error message and logging when receving/sending from/to empty address

[jira] Resolved: (QPID-2427) Modify browse option in-line with path chosen for python client

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-2427. -- Resolution: Fixed Modify browse option in-line with path chosen for python client

[jira] Resolved: (QPID-2402) qpid::messaging.Message::setTTL() unit ambiguity can cause unexpectected behavior

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-2402. -- Resolution: Fixed qpid::messaging.Message::setTTL() unit ambiguity can cause unexpectected behavior

[jira] Resolved: (QPID-2406) Consistent approach to durations in qpid::messaging api

2010-03-03 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-2406. -- Resolution: Fixed Consistent approach to durations in qpid::messaging api

Re: Connection.open get stuck with wrong host address

2010-03-03 Thread _cristian_
It is implemented for qpidd 0.5? or 0.6? -- View this message in context: http://n2.nabble.com/Connection-open-get-stuck-with-wrong-host-address-tp4661786p4670557.html Sent from the Apache Qpid developers mailing list archive at Nabble.com.

QMF and .NET

2010-03-03 Thread Carl Trieloff
Options and thoughts on direction for QMF in C#. We have one impl on the native C# client for QMF v1. Question is to port this to the C++ C# wrapped impl or / and do ? First of QMF can be used in two ways, one for modelling object interactions, second doing management. In the Windows world,

SubscriptionManager.stop() never returns

2010-03-03 Thread _cristian_
I have a program that reads messages from local_queue. It works fine. It gets messages from local_queue and prints them to the screen. This program starts a subscriptionManager that should be stopped when receives SIGINT or SIGTERM, but it never returns from Subscription manager.stop() function.

[jira] Created: (QPID-2428) qpid.subject should be set on outgoing messages if the address specifies a suject

2010-03-03 Thread Rajith Attapattu (JIRA)
qpid.subject should be set on outgoing messages if the address specifies a suject - Key: QPID-2428 URL: https://issues.apache.org/jira/browse/QPID-2428 Project: Qpid

[jira] Commented: (QPID-2428) qpid.subject should be set on outgoing messages if the address specifies a suject

2010-03-03 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12841046#action_12841046 ] Rajith Attapattu commented on QPID-2428: The python client already contains a fix.