[jira] Created: (AMQ-927) Default log4j.properties has stdout enabled and not the out file appender

2006-09-15 Thread Jason Dillon (JIRA)
Default log4j.properties has stdout enabled and not the out file appender - Key: AMQ-927 URL: https://issues.apache.org/activemq/browse/AMQ-927 Project: ActiveMQ Issue T

[jira] Created: (AMQ-926) Default activemq.xml should not have snippet stuff in it

2006-09-15 Thread Jason Dillon (JIRA)
Default activemq.xml should not have snippet stuff in it Key: AMQ-926 URL: https://issues.apache.org/activemq/browse/AMQ-926 Project: ActiveMQ Issue Type: Bug Affects Versions: 4.0

Re: activemq-cpp automake

2006-09-15 Thread Hiram Chirino
It's just the start. I need to add all the other modules, doxygen, etc. And test against windows, os x, linux. I'll let you know when I get more done. BTW.. I think I'm using autoconf-2.60 and automake-1.9 On 9/15/06, Bish, Tim <[EMAIL PROTECTED]> wrote: Have you tested it? It doesn't seem

[jira] Updated: (AMQ-876) Kaha DB cannot locate queue data files

2006-09-15 Thread Vadim Pesochinskiy (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-876?page=all ] Vadim Pesochinskiy updated AMQ-876: --- Attachment: test.zip I am not sure if you got my message or not. Since I am going to be away starting on Monday I am attaching the test and my e-mail.

RE: activemq-cpp automake

2006-09-15 Thread Bish, Tim
Have you tested it? It doesn't seem to work for me. Are you planning to put the test suite compile into these makefiles? /usr/share/aclocal/pstoedit.m4:7: warning: underquoted definition of AM_PATH_PSTOEDIT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/aut

RE: multiple consumer threads in same program in STOMP issue

2006-09-15 Thread Dhawan, Vikram \(LNG-DAY\)
Thanks James, May be APR is not handling multi threading correctly. STOMP C uses apr lib under the hood. I am wondering lets say both the consumer threads are on same connection do you think that can cause this behavior? Thanks! Vik -Original Message- From: James Strachan [mailto:[E

RE: is there a character limit in message selector

2006-09-15 Thread Dhawan, Vikram \(LNG-DAY\)
James, Thanks for your reply. I am not sure where should I look for the bug. APR or STOMP implementation. I have looked at the STOMP client library (which solely rely on APR lib), and I don't see anything there which may have caused that behavior. If the developer of this stomp client (Hiram??)

activemq-cpp automake

2006-09-15 Thread Hiram Chirino
Hi Folks, I just added the start of an automake based build for activemq-cpp. To use the automake build, just run the ./autogen.sh this should create the ./configure and the Makefile.in files.. Then run ./configure that should do some platform detection and generate the Makefile files. The just

[jira] Updated: (AMQ-924) Patch to make activemq-cpp compile under sun studio 11

2006-09-15 Thread Chris Knight (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-924?page=all ] Chris Knight updated AMQ-924: - Attachment: makefile.cfg.PATCH makefile-solaris-debug.cfg makefile-solaris-release.cfg The patch the makefile.cfg includes the compi

Re: implement autoresume file sending in activemq?

2006-09-15 Thread James Strachan
If you are using auto-reconnection, then I don't think you should need to do anything particular to re-resume things on a reconnection. So just use the failover: transport to connect to the broker and use JMS streams http://incubator.apache.org/activemq/how-can-i-support-auto-reconnection.html ht

Re: [activemq-dev] Support for message priority (AMQ-122)

2006-09-15 Thread James Strachan
On 9/14/06, samahome <[EMAIL PROTECTED]> wrote: Is this feature going to be in activeMQ 4.2 version or was this feature existed in any of the previous releases (3.2 or any) of activeMQ ? How about specifying producer priorities and consumer priorities ? Does this exist in 4.0.1 release? From the

Re: multiple consumer threads in same program in STOMP issue

2006-09-15 Thread James Strachan
It could be the stomp c client doesn't do multi threaded consumption too well. You might wanna take a peek at how the consumption code works On 9/14/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote: Hi, I am running into a strange issue, I created a consumer program using STOMP C which