[jira] Resolved: (AMQCPP-36) Cleanup whitespace and member function definitions in header files

2006-12-28 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-36?page=all ] Timothy Bish resolved AMQCPP-36. Resolution: Fixed Applied Stomp Frame patch Cleanup whitespace and member function definitions in header files

[jira] Resolved: (AMQCPP-34) Use covariant return type for clone()

2006-12-28 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQCPP-34?page=all ] Timothy Bish resolved AMQCPP-34. Resolution: Fixed Patches applied and tested Use covariant return type for clone() - Key:

Re: openwire protocol

2006-12-28 Thread Hiram Chirino
Hi Motl, We have not yet put together a formal specification for it. But I guess it should be done, we are looking for a volunteer :) What we have are code generators that will generate the openwire marshallers for a few different languages. I did lots of working in putting those generators

Re: openwire protocol

2006-12-28 Thread Motl
Thank you for fast response. Really, I'm not looking for code generators, but more for some simple (might be incomplete) description of openwire network protocol. If I had one, I'd like to write an ethereal sniffer plugin for the protocol in future, that could ease significantly development

UDP transport over satellite

2006-12-28 Thread toolpusher2006
Hello, We are trying to move packets over a satellite connection. The broker is on the inside. The producer is on the outside connected via satellite. A simple client that talks using a DatagramSocket with a server works fine. I cannot, however, use the out-of-the-box sample from ActiveMQ to

[jira] Created: (AMQ-1111) Message.getJMSRedelivered() does not work if the server restarts

2006-12-28 Thread r-a-v-i (JIRA)
Message.getJMSRedelivered() does not work if the server restarts - Key: AMQ- URL: https://issues.apache.org/activemq/browse/AMQ- Project: ActiveMQ Issue Type: Bug

[jira] Created: (AMQ-1112) remove expired messages from Store and update Message cursors

2006-12-28 Thread Rob Davies (JIRA)
remove expired messages from Store and update Message cursors - Key: AMQ-1112 URL: https://issues.apache.org/activemq/browse/AMQ-1112 Project: ActiveMQ Issue Type: Bug

Re: openwire protocol

2006-12-28 Thread Hiram Chirino
Hi Motl, I've started documenting more OpenWire protocol details here: http://goopen.org/confluence/display/ACTIVEMQ/OpenWire I'll try to add more as I get time but please ping me if something needs clarification. On 12/28/06, Motl [EMAIL PROTECTED] wrote: Thank you for fast response.