problem with onException call

2006-12-01 Thread Dhawan, Vikram (LNG-DAY)
Hi, I am getting a problem with jms ExceptionListeners onException() call. When I AMQ server is down on a remote host my client disconnects and onException() is called but it wraps a EOFException(). And because of some odd reason, that exception is not returned to my application for handling. A

JMX high port question

2006-11-15 Thread Dhawan, Vikram (LNG-DAY)
Hi, When I am using JConsole to connect to AMQ server running on a remote host, I am using port 1099 to connect. And once I am connected I notice that it transfers the communication to another port I noticed this port was 44344. And when I restarted the AMQ that port was changed to 52136. M

RE: [VOTE] Release Apache ActiveMQ 4.0.2 (RC 6)

2006-10-30 Thread Dhawan, Vikram \(LNG-DAY\)
Hi Hiram, I am still having trouble with message selector using STOMP C. it works fine in the 4.0.1 release. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hiram Chirino Sent: Sunday, October 29, 2006 9:54 PM To: activemq-dev@geronimo.apache.o

RE: New ActiveMQ 4.0.2 RC6 is up for evaluation.

2006-10-27 Thread Dhawan, Vikram \(LNG-DAY\)
Hey Hiram, I ran few tests on RC6, and it appears to me that earlier issue I reported for STOMP C, when prefetchSize was affecting consumers by the prefetchSize limit, is FIXED. Now my consumer is not hanging when I am trying to receive and ack messages in a loop. I have noticed another problem

RE: activemq.prefetchSize behavior concerns in STOMP C client

2006-10-20 Thread Dhawan, Vikram \(LNG-DAY\)
tive of the client used; if you > don't acknowledge the messages in the prefetch buffer, the broker > refuses to send more when the buffer is full until it receives > acknowledgements. > > On 10/19/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> > wrote: > &g

STOMP client hang problem with auto-ack

2006-10-16 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, Any one noticed issue with STOMP client when consumer tries to auto-ack a message. I am seeing this issue consistently. I have a STOMP producer who is producing a message and a separate C program who is consuming message using STOMP C. Both producer and consumer are running concurrently, my

RE: how to use failover url protocol in STOMP C client

2006-10-03 Thread Dhawan, Vikram \(LNG-DAY\)
es is on failure it > chooses a different host to connect to from a list. > > > On 10/2/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote: > > I looked into the ruby code; it looks to me plain STOMP message > > implementation. I don't see any specific implemen

STOMP C prefetchSize question

2006-09-26 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, On STOMP webpage where it says ActiveMQ extensions to STOMP. It says activemq.prefetchSize expects a int type value. But from my earlier question we can only set string value to a header property using STOMP C client. Will prefetchSize still work if I set it as a string form number? Some th

RE: STOMP C selector problem

2006-09-25 Thread Dhawan, Vikram \(LNG-DAY\)
This is a non issue. I think I am getting tired and not looking at the right thing. Vik -Original Message- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Monday, September 25, 2006 4:03 PM To: activemq-dev@geronimo.apache.org Subject: STOMP C selector problem Hi, I

STOMP C selector problem

2006-09-25 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, I tried few more things for STOMP C client's selector. What I have seen is unbelievable, if I have properties name anything other then "name" and "age" (case sensitive, only all small case works) then my producer runs fine but consumer throws a core dump. I looked at the core dump in the S

RE: JMX inteface is not running on latest release of AMQ 4.0.1

2006-09-22 Thread Dhawan, Vikram \(LNG-DAY\)
From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 5:10 PM To: activemq-dev@geronimo.apache.org Subject: RE: JMX inteface is not running on latest release of AMQ 4.0.1 Hi Aaron, Thanks for your input here I am attaching the activemq.xml I am using. Please l

how to use failover url protocol in STOMP C client

2006-09-22 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, I want to know can I use same failover protocol URL syntax in STOMP C clients. And will it work the way failover is described in the AMQ documentation. Thanks! Vik

RE: multiple consumer threads in same program in STOMP issue

2006-09-15 Thread Dhawan, Vikram \(LNG-DAY\)
ption 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 actually creates two separate consumer threads and both > threads are reading from the same que

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??)

RE: how to pass a integer value as a message header in STOMP C

2006-09-14 Thread Dhawan, Vikram \(LNG-DAY\)
value as a message header in STOMP C Hi Vik.. I don't think stomp supports it. On 9/14/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am wondering how to pass a integer value to a message header property > using the STOMP C. I don't find

how to pass a integer value as a message header in STOMP C

2006-09-14 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, I am wondering how to pass a integer value to a message header property using the STOMP C. I don't find any other information about how to set a message header with a integer value in the apr hash. Thanks! Vik

how to apply message filters in STOMP

2006-09-08 Thread Dhawan, Vikram \(LNG-DAY\)
Hi, In a STOMP client what is the way to apply a message filter. In my Consumer code I want to accept only those messages who has a particular header value in one of the message header field. Thanks! Vik

RE: Perl Client

2006-07-13 Thread Dhawan, Vikram \(LNG-DAY\)
7;s a copy I just downloaded http://people.apache.org/~jstrachan/Stomp-perl-0.02.tar.gz On 7/13/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote: > I tried this link before; it appears to me that zilbo server is having > some problems. I was wondering if there is any other

RE: openwire-cpp question

2006-04-25 Thread Dhawan, Vikram \(LNG-DAY\)
you'll find all the clients under there. On 4/19/06, Dhawan, Vikram (LNG-DAY) <[EMAIL PROTECTED]> wrote: > Hi Hiram, > > Thanks for the heads up. Can you please tell me where I can find your updated > c client? > > David: are you planning to incorporate these changes

RE: openwire-cpp question

2006-04-19 Thread Dhawan, Vikram \(LNG-DAY\)
Update... I made a small change in my code and its working fine as of now. Thanks! Vik -Original Message- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 6:28 PM To: activemq-dev@geronimo.apache.org Subject: RE: openwire-cpp question Hi Hiram

RE: openwire-cpp question

2006-04-19 Thread Dhawan, Vikram \(LNG-DAY\)
enwire-cpp question Nice you got it to compile and run! =) Maybe there have been modifications in the openwire protocol since AMQ-RC2. A snapshot can always be a little unstable. I think that James would know more about that. /David -Original Message----- From: Dhawan, Vikram (LNG-DAY) [mai

RE: openwire-cpp question

2006-04-18 Thread Dhawan, Vikram \(LNG-DAY\)
I remember you including unit tests and makefiles at some point - did these get lost when the last patch was applied? -Original Message----- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 11:08 AM To: activemq-dev@geronimo.apache.org Subject: RE: openwi

RE: STOMP bytes messages

2006-04-17 Thread Dhawan, Vikram \(LNG-DAY\)
have to pick your poison: CMS (stomp) - or the openwire-cpp client. Regards, Nate -Original Message- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 1:36 PM To: activemq-dev@geronimo.apache.org Subject: RE: STOMP bytes messages Thanks Nate, I will t

RE: openwire-cpp question

2006-04-17 Thread Dhawan, Vikram \(LNG-DAY\)
know the openwire-cpp team had included makefiles in the past. I believe the code should support linux, windows, & OSX. Does anyone know where the makefiles are? -Original Message- From: Dhawan, Vikram (LNG-DAY) [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 10:08 AM To: acti

RE: openwire-cpp question

2006-04-17 Thread Dhawan, Vikram \(LNG-DAY\)
Hey Nate, I don't see any make file or something in there? Do you have any idea what O/S version and C++ complier this code recommends? Thanks! Vik -Original Message- From: Nathan Mittler [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 6:16 AM To: activemq-dev@geronimo.apache.or

RE: Openwire C client issue

2006-04-13 Thread Dhawan, Vikram (LNG-DAY)
Hi Hiram, I saw that it was your initiative to write the openwire C client. For the following issue I was kind of hoping a direction. I am not sure if you delegated this responsibility to some other team member. I will really appreciate if I can get a help in understanding what is happening in

RE: CMS C++ client compatibility on Solaris

2006-04-11 Thread Dhawan, Vikram (LNG-DAY)
Hey Nate, I have collogue who is a solris/c++ expert. I asked him if he is interested, he is interested to help. He is not a member of activeMQ community and has few questions regarding your implementation before; he can put something in there. Is it possible for you to have direct communication w

RE: JMX exception

2006-03-30 Thread Dhawan, Vikram (LNG-DAY)
James, Thanks for your help. I will look at the latest SVN HEAD and let you know. Vik -Original Message- From: James Strachan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 4:17 AM To: activemq-dev@geronimo.apache.org Subject: Re: JMX exception I've just reviewed the code - t

Concept of plugable Destination Managers

2006-03-02 Thread Dhawan, Vikram \(LNG-DAY\)
James and I started a discussion at http://forums.activemq.org/posts/list/442.page about a concept of having something like a pluggable interface for custom Destination Managers (for Queue/Topic), using these interfaces developers / user community can plug-in their specific custom logic components

Class DestinationView

2006-03-02 Thread Dhawan, Vikram \(LNG-DAY\)
Can we make Class DestinationView as MBean. By putting it into the MBean hierarchy and creating an MBean Interface for it. And if we do that can we Manage messages in a Queue in the ActiveMQ using browse calls from the agent. BTW: it will be really appreciated if some one can tell me the