Re: libstomp C message being read without me reading it

2013-06-11 Thread Sean Beck
Awesome thanks On Tue, Jun 11, 2013 at 1:05 PM, Timothy Bish wrote: > On 06/11/2013 02:53 PM, Sean Beck wrote: > >> I am using the C library libstomp to send a message to my broker. It sends >> my message, but it also dequeues my message. I don't want it to do that. >> >> I have removed my erro

Re: libstomp C message being read without me reading it

2013-06-11 Thread Timothy Bish
On 06/11/2013 02:53 PM, Sean Beck wrote: I am using the C library libstomp to send a message to my broker. It sends my message, but it also dequeues my message. I don't want it to do that. I have removed my error checking to decrease verbosity. Here is my setup for the connection: apr_status_t

libstomp C message being read without me reading it

2013-06-11 Thread Sean Beck
I am using the C library libstomp to send a message to my broker. It sends my message, but it also dequeues my message. I don't want it to do that. I have removed my error checking to decrease verbosity. Here is my setup for the connection: apr_status_t rc; rc = stomp_connect(&connection, "127.