Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
fix. not all HOHO thanks pclovec wrote: > > thanks very much. i got it . small question . in source code folder have > more sub folder . each sub folder include one .libs folder ,, i can saw > the libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs > folder. >

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
need to add all libs folder? thanks Timothy Bish wrote: > > On Wed, 2009-06-24 at 16:26 -0700, pclovec wrote: >> hi, Tim >> >> thanks, yes at first time i didn't link this file . Eclipse CDT link >> file >> is some difference . i only input the active

Re: create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
ould like refer the activemq-cpp o file or lib file . what can i do. could you can give me some advice sorry i just a new cpp developer.. thanks Timothy Bish wrote: > > On Wed, 2009-06-24 at 14:02 -0700, pclovec wrote: >> hi, All >> >> i download the activemq-cpp 3

create a new project and refer to ActiveMQ-CPP files. Compile is fail

2009-06-24 Thread pclovec
hi, All i download the activemq-cpp 3.0 source to my local and i can compile on my machine . ...make..make install and running the example is well. now i create a new c++ project on eclipse . and just wrote a sample code. and include the activemq-cpp src folder /src/main/ all .h file and

ActiveMQ-CPP(CMS) ConnectionProducerWindowSize is doesn't work

2009-06-22 Thread pclovec
HI all i try to test CMS asyn send function. found out when i try to setup &connection.producerWindowSize=XXX, this option. seems it doesn't work , i switch to java client and setup the produceWindowSize=XX ,and running the test program , is work so anyone have meet this probl

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
you can try to look at WLSession.NO_ACKNOWLEDGE uprooter wrote: > > Hello. > I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's > implemented bt AMQ. > I have both consumer and producer session created with > Session.CLIENT_ACKNOWLEDGE. > I want to pause message flow from th

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
also you can look at this WLSession.NO_ACKNOWLEDGE pclovec wrote: > > seems you can using Auto_ACKNOWlEDGE, and async send message. > > > > uprooter wrote: >> >> Hello. >> I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it&#x

Re: Pausing producer with ACKS.

2009-06-09 Thread pclovec
seems you can using Auto_ACKNOWlEDGE, and async send message. uprooter wrote: > > Hello. > I'm new to ActiveMQ and I'm confused by the JMS Spec and the way it's > implemented bt AMQ. > I have both consumer and producer session created with > Session.CLIENT_ACKNOWLEDGE. > I want to pause messa

Re: How to discard messages for the non-durable queue

2009-03-25 Thread pclovec
Actual the discard function doesn't work. you also can refer to this post http://www.nabble.com/Fast-producers%2Cslow-consumer...-queue-growing-forever-td22373306.html ashoknan wrote: > > I am using ActiveMQ 5.1..wanted to know how to discard messages for the > non-durable queue. > Trying t

Re: uses virtual topic and ClientAcknowledge to submit the message occured probem

2009-03-20 Thread pclovec
no people met this issue too. https://issues.apache.org/activemq/browse/AMQ-1763 pclovec wrote: > > i try to test virtual topic found out the isssue > 1.create cosumer.a.virtualtopic.test queue. > 2.create cosumer.b.virtualtopic.test queue. > 3.create virtualtopic.test

Re: how can I really use more then 1 receiver on the same queue?

2009-03-20 Thread pclovec
may be you can uses the virtualtopic function steve56 wrote: > > my environment: > - AMQ 5.2.0 > - java 1.6.0_12 > > the scenario: > - few threads are waiting for long-time processing messages > - each thread is using a separate connection and session > - no transaction > - sessio

Re: ActiveMQ usage from C# (WITHOUT SPRING.NET)

2009-03-12 Thread pclovec
i used the dll now ,but i didn't saw this issue. did u build the dll by self.? padcom wrote: > > Hi there, > > I'm hoping someone here will be able to help me out as this is getting > pretty interesting for me. > Here's the problem: > > using Apache.NMS; > using Apache.NMS.ActiveMQ; > > na

uses virtual topic and ClientAcknowledge to submit the message occured probem

2009-03-12 Thread pclovec
i try to test virtual topic found out the isssue 1.create cosumer.a.virtualtopic.test queue. 2.create cosumer.b.virtualtopic.test queue. 3.create virtualtopic.test queue 4.send message into topic 5 consumer a and b can got the message ,but i want to try to submit the server it occure error

Re: Fast producers,slow consumer... queue growing forever

2009-03-11 Thread pclovec
Make met same problem Yenki wrote: > > Hi, for the last few days I’ve been trying to solve a fast producers / > slow consumer problem. I want a limited amount of messages fetch on the > consumer (this works) but I also want to have a limited amount of messages > in the queue itself (doesn’t wor

pendingmessagelimit option seems doesn't work!

2009-03-10 Thread pclovec
fast producer -> slow consumer set up here with durable conmuser and a topics by NMS(donet) i try to test MaxPendingMessageLimit this option. i do this list write the code in producer and durable conusmer side setup the session.Perfetch=10 ; session.MaxPendingMaxlimit=20 ; 1. running producuer

does Durable Consumer can get all non-persistent message?

2009-03-05 Thread pclovec
same clientid, same consumerid. create durableConusmer. message is non-persistent menutime when i try to stop the consumer and restart it again. it will be miss the non-persistent messages. if i change the message to persistent from non-persistent . restart the conusmer can get all messa