Yes,thank you.That's what I mean.I want to make sure that the message has
been delivered to the broker,then I can delete if from buffer.Now I can do
that after the send method return,thanks again.
rajdavies wrote:
>
>
> On 10 Jun 2008, at 07:58, cauchy wrote:
>
>>
Hi!
How can I get acknowledgement of a certain message from MQ after I send it
in my producer ?
Appreciation for any help.
--
View this message in context:
http://www.nabble.com/acknowledgement-of-message-sent-by-producer-tp17748959p17748959.html
Sent from the ActiveMQ - User mailing list archiv
Hi everybody!
I used Oracle 9 as persistence storage with out journal.After ran the
ProducerAndConsumerTool.java in exmple pakage of ActiveMQ 5.0 for a while
,the Exception occured:
Caught: javax.jms.JMSException: ORA-00020: maximum number of processes (150)
exceeded
javax.jms.JMSException: ORA-0
I used the example (ConsumerTool.java,ProducerTool.java)in ActiveMQ 5.0
release pakage to test.The message can be sent to MQ 5.0,and also it can be
received by other test tool(writen in delphi),but it can't be received by
ConsumerTool.Then I changed MQ 5.0 to 4.2,messages can be transited
correctl