Re: acknowledgement of message sent by producer

2008-06-10 Thread Rob Davies
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 Sen

Re: Identifying subscriber and publisher with their IP address

2008-06-10 Thread Dejan Bosanac
Hi, you can implement your own plugin that will allow you to extend broker's behavior on almost any event You can find more details about plugin mechanism here: http://activemq.apache.org/interceptors.html Cheers -- Dejan Bosanac www.scriptinginjava.net On Mon, Jun 9, 2008 at 8:57 PM, co <[EM

queue.send throws ResourceAllocationException without checking usageManager when sendFailIfNoSpace is set in AMQ 4.1.2

2008-06-10 Thread mlukica
Affected version: AMQ 4.1.2 org.apache.activemq.broker.region.Queue send(ConnectionContext, Message) method always throws ResourceAllocationException if sendFailIfNoSpace is set, producerFlowControl is enabled, message response is not required and network connection is not used to connect to brok

DurableConduitBridge.createDemandSubscription() for queues

2008-06-10 Thread mlukica
I have the following problem when using network of brokers connected via DurableConduitBridge: - when consumer on (non temporary) queue is created on node1, DemandSubscription is created on node2 (e.g. NC_node1-broker_inboundlocalhost; this is expected) - problem: when this consumer is closed, sub

Re: Problems with ActiveMQ4.1.1 - Master/Slave brokers

2008-06-10 Thread Cristian3001
Hi Venkatesh, The master: http://activemq.org/config/1.0";>

Re: Identifying subscriber and publisher with their IP address

2008-06-10 Thread co
Any other feedback would be aprpeciated. Please be specific in terms of what service to override. The transport service would provide me with the IP address, but does not give me a profile of the client (such as whether it is a subscriber, publisher, or broker). I could intercept the messages,

Bulding ActiveMQ 4.1.x

2008-06-10 Thread co
Anyone have success with this? I downloaded maven has instructed, but getting a lot of errors when running with the pom file that comes with the source (pom.xml). If you have successfully build this, please contact me. I will document the process used and post it once I have confirmed it workin

lastImageSubscriptionRecoveryPolicy and consumer.retroactive

2008-06-10 Thread Michael Franz
Hi, I am using ActiveMQ 5.1.0 with the default configuration (pretty much) this defaults to having lastImageSubscriptionRecoveryPolicy for FOO.* (changed to MarketData.*). When I subscribe to a specific topic using consumer.retroactive=true for my topic I am receiving more than the last message

org.mortbay.jetty Exceptions in the log

2008-06-10 Thread jaya_srini
Hi there We are seeing the following exceptions in the logs with ActiveMQ 5.0.0. Can someone explain what these are and how it can be resolved? thanks! 2008-06-10 08:11:08,042 [btpool0-44 ] WARN log - handle failed java.io.IOException: Closed at org.mortba

Re: XMPP: does it work for anybody?

2008-06-10 Thread Michael Franz
I don't think it works anymore. At least it does not work as documented. I posted about my issues here. http://www.nabble.com/ActiveMQ-and-XMPP-not-functioning-tt16147069ef2356.html#a17536302 Graham Leggett wrote: > > Hi all, > > I have spent over a day trying to get a jabber client (any jab

Re: How to browse queues from .Net client?

2008-06-10 Thread Michael Franz
Plus 1 for the NMX. I have to write a C# admin console for ActiveMQ, if NMX was available it would make it easier. As it stands, I am thinking I have to use Advisory Message api. Michael semog wrote: > > Currently it is not possible to browse the queues using NMS. It is a > client level inte

NMS C# Client Hangs on session.CreateConsumer

2008-06-10 Thread Michael Franz
Hi, I am trying to get my C# client to work with consumer.retroactive=true. It seems that after a few subscriptions my application hangs on the session.CreateConsumer(). I am not sure what triggers the process to hang, but once it does and subsequent attempts also hang. Upgraded to the latest

Re: Bulding ActiveMQ 4.1.x

2008-06-10 Thread co
What I did was comment out this package in the pom.xml file located just under the src directory. Things starts building afterwards. If you run into this problem, try doing that. I still can't get the optional to build. activemq-core activemq-console activemq-jaas activ

Re: Bulding ActiveMQ 4.1.x

2008-06-10 Thread Nathanael Anderson
I saw some messages posted in Nabble about problems that activemq had working with dojo, there was a patch attached with new js files, but as the js files are served by a servlet, i'm not sure where to drop the new ones. Also, is this scheduled to be fixed in a main release of activemq anytime soon

when does activemq cleanup database

2008-06-10 Thread rhealey
hi all, I have active mq set up to persist messages Microsoft SQL Server 2005. I have sent durable messages to this active mq instance and see the messges persisted to the ACTIVMQ_MSGS table. I then have the messages consumed. But after the messages are consumed the records in the ACTIVEMQ_MSGS

Re: Networking help, not working for me....

2008-06-10 Thread pleaseHelpMe:o)
I upgraded to 5.1, now my client reports this and won't connect. Will investigate, but if anybody knows this error, please advise. Exception in thread "ActiveMQ Transport: tcp:///192.168.1.101:61616" java.lang.IllegalArgumentException: Invalid version: 3, could not load org.apache.activemq.openw

Re: acknowledgement of message sent by producer

2008-06-10 Thread cauchy
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 ackn

Re: Networking help, not working for me....

2008-06-10 Thread Rob Davies
ok - looks like a version mismatch - can you upgrade your clients too ? On 11 Jun 2008, at 02:04, pleaseHelpMe:o) wrote: I upgraded to 5.1, now my client reports this and won't connect. Will investigate, but if anybody knows this error, please advise. Exception in thread "ActiveMQ Transport: