What's the problem with my email ?

2011-07-27 Thread fjjiaboming
What's the problem with my email ? dev-allow-sc.1311819404.cfakeohmcphnmbeihdnf-fjjiaboming=yahoo.com...@activemq.apache.org subscribe to this mailing list dev-allow-subscr...@activemq.apache.org??? OR dev-allow-requ...@activemq.apache.org ??? -- View this message in context: http://activemq.22

Setting request and response destinations to same topic name

2011-07-27 Thread kureckam
I've got a request/reply messaging system set between two applications where the topic name is the same for request and response. I'm now getting an endless loop where messages are processed by both client and server onMessage methods. Is this because the topic names are the same or am I doing so

Re: Non-ASCII messages via Stomp being dropped or mangled in 5.5

2011-07-27 Thread atani
I downloaded the 5.6 source and added trace logging in StompWireFormat.java and LegacyFrameTranslator.java and it's starting to look like there's something happening between the Net::Stomp library and the ActiveMQ input stream - that something is somehow related to the use of SSL. The problem onl

Re: activemq-rar-5.5.0.rar won't deploy in Weblogic 9.2 MP4

2011-07-27 Thread fhitchen
I have just tried the activemq-rar-5.4.0.rar and that deployed just fine. What got broke? The ra.xml is identical excepting the text of the license. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-rar-5-5-0-rar-won-t-deploy-in-Weblogic-9-2-MP4-tp3699385p3699943.ht

Shutting down ActiveMQ kills topic subscriber client

2011-07-27 Thread oagady
I have a durable topic subscriber that I start the following way: TopicConnection topicConn = connectionFactory.createTopicConnection(); topicConn.setClientID("durable"); TopicSession topicSession = topicConn.createTopicSession(false,

Can’t discover destinations - Connection refused by localhost

2011-07-27 Thread Rajasekhar
I am using Hermes 1.14 ActiveMQ 5.4.2 I am able to create the queue and topic thru hermes JMS but I am not able to discover queue and topics. Getting below error on clicking discover. Please guide me what I am missing. I tried by adding user name and password but no luck. hermes.HermesException:

Re: Dispatch Policy

2011-07-27 Thread yousafsajjad
I get an error saying something like: "Illegal prefetch size of zero. This setting is not supported for asynchronous consumers please set a value of at least 1" I am told NOT to make changes in the activemq source code at this stage of the project. Since I am using Spring and I cannot change any

ActiveMQ 5.5 Network of Brokers

2011-07-27 Thread TwistedYosh
Hello All, I am currently running in a network of broker configuration with two brokers. When a message is produced on one broker and then transfer to the 2nd broker we occasionally receive a message that the broker is removing interest in the sub on vm://x. When the occurs the consum

activemq-rar-5.5.0.rar won't deploy in Weblogic 9.2 MP4

2011-07-27 Thread fhitchen
Hi, I have just disabled the broker in the ra.xml as I want to connect to a stand alone activeMQ broker. I am getting these class not found errors when trying to deploy the RAR from the weblogic console. The classes do exist in the jars in the RAR and even if I unpack them into an exploded RAR I

RE: How can I build Activemq-5.3.x ?

2011-07-27 Thread Allen Reese
The mailer ate the patch: $ cat dev/temp/5.3.2.site.patch Index: pom.xml === --- pom.xml (revision 1151527) +++ pom.xml (working copy) @@ -954,6 +954,10 @@ + + maven-site-plugin + 2.1.1 +

Re: How does prefetch work with client acknoledgements?

2011-07-27 Thread Gary Tully
does the message appear as inflight to any consumer? What is the inflight count on the destination? If it is >1 you should be able to track it to a consumer that is probably cached. On 27 July 2011 10:24, pwanner wrote: > Hi everybody, > > I just had a server crash today and the slave ActiveMQ in

RE: How can I build Activemq-5.3.x ?

2011-07-27 Thread Allen Reese
I cleaned my repo and played with this a bit, I've attached a patch that will fix the 2 plugins that are causing you problems. URL: http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 patch -p0 5.3.2.site.patch pom.xml Should fix this for you. Allen Reese Core Platforms Yahoo!,

urgent: Activemq Consumer not able to get messages from broker

2011-07-27 Thread agujral
Hi All, We have been using activemq-5.5.0 for the last one month without issues,but since yesterday the consumer is not able to read any messages from the broker. I tried restarting both broker and consumer without any success. Please suggest Thanks Anurag -- View this message in con

Re: XMPP connection to ActiveMQ

2011-07-27 Thread mcamnadur
Further to my reply I managed to get it to work but only with Spark V2.0.0...the problem is that I would like to have it working with pidgin or any other client for flexibillity. Also, the testing with the XMPPtest.java that you sent me worked fine. thanks On Wed, Jul 27, 2011 at 3:33 PM, Michae

Re: Unable to receive topic message

2011-07-27 Thread kureckam
I found my problem. I didn't have a good understanding of what an embedded broker is. Embedded brokers only work for messages within the same app and I was sending the message externally. -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-receive-topic-message-tp369

Unable to receive topic message

2011-07-27 Thread kureckam
I've implemented a modified version of an example from the "ActiveMQ in Action" book and don't understand why I'm not receiving a message. The code is running on tomcat as embedded broker and to test it I'm using ActiveMQ's web console to send a message via link http://localhost:8161/admin/send.js

Re: XMPP connection to ActiveMQ

2011-07-27 Thread mcamnadur
what do you mean via camel? thanks and sorry to bother you On Wed, Jul 27, 2011 at 3:28 PM, James Green-3 [via ActiveMQ] wrote: > FWIW I was able to get messages from AMQ to an XMPP user via Camel. I have > not tried using the AMQ XMPP transport directly. > > On 22 July 2011 19:18, mcamnadur <[hi

Re: XMPP connection to ActiveMQ

2011-07-27 Thread James Green
FWIW I was able to get messages from AMQ to an XMPP user via Camel. I have not tried using the AMQ XMPP transport directly. On 22 July 2011 19:18, mcamnadur wrote: > Thanks > > Will try it out > > Michael > > On Fri, Jul 22, 2011 at 8:00 PM, Stan Lewis [via ActiveMQ] > wrote: > > I think it oug

Persistence and Flow Control

2011-07-27 Thread Hervé BARRAULT
Hi, i am using ActiveMQ 5.4.0 with a JDBC persistence (oracle server). I am trying to tune activeMQ for my case. I have looked to : http://fusesource.com/docs/broker/5.4/tuning/index.html http://fusesource.com/wiki/display/prodinfo/understanding+the+threads+allocated+in+activemq http://activemq.a

Re: dequeue count always 0

2011-07-27 Thread Alistair Young
I noticed the InFlightCount decrements correctly as the consumer picks up and acknowledges the messages so not sure why DequeueCount is always 0 Alistair -- mov eax,1 mov ebx,0 int 80h On 27 Jul 2011, at 12:03, Alistair Young wrote: > When I create a new ActiveMQConnectionFactory and use:

dequeue count always 0

2011-07-27 Thread Alistair Young
When I create a new ActiveMQConnectionFactory and use: javax.jms.Connection connection = connectionFactory.createConnection() and set autoacknowledge on the connection session: javax.jms.Session.AUTO_ACKNOWLEDGE when using jconsole the dequeue count is always 0, suggesting the messages are n

Re: changing time in broker machine

2011-07-27 Thread Torsten Mielke
When using the brokers time stamp plugin, before of some consequences: http://tmielke.blogspot.com/2011/01/sync-your-machine-clocks.html Torsten Mielke tors...@fusesource.com tmie...@blogspot.com

Re: changing time in broker machine

2011-07-27 Thread Oscar Pernas
Hi, One important thing was when I was trying to start the broker after time has changed, it cant start and in traces I could see something like this: 2011-07-20 17:44:33,062 | INFO | ActiveMQ Message Broker (localhost, ID:momsn-1559-1311197342093-0:1) is shutting down | org.apache.activemq.brok

Re: How can I build Activemq-5.3.x ?

2011-07-27 Thread mlus
> I build it from SVN without problems, you might try that instead of messing > with the src.zip if the zip isn't working for you. > > svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-parent-5.3.2 > cd activemq-parent-5.3.2 > > mvn -Dtest=false -DfailIfNoTests=false clean site Thank

Re: How can I build Activemq-5.3.x ?

2011-07-27 Thread mlus
> Here you can find some JavaDocs for 5.3.0 release > > http://activemq.apache.org/maven/5.3.0/activemq-core/apidocs/index.html Thank you for reply, but I want local copy javadoc. Regards

Re: How does prefetch work with client acknoledgements?

2011-07-27 Thread pwanner
Hi everybody, I just had a server crash today and the slave ActiveMQ instance went active, and a message is stuck in the queue. The new messages are consumed but there is one that stays. This is very annoying... I use ActiveMQ 5.5.0 (same problem with 5.4.2) and Spring 3.0.5 as the consumer. Be

Re: KahaDB corruption

2011-07-27 Thread Joe Carter
Thanks Gary - I'd moved from embedded to a separate broker and had missed this completely. For reference I added the following to conf/activemq.xml ignoreMissingJournalfiles="true" checkForCorruptJournalFiles="true" checksumJournalFiles="t

Re: changing time in broker machine

2011-07-27 Thread Dejan Bosanac
This should only happen if your messages have expiry set on them and by changing times you actually made them expired. Also, you might find http://activemq.apache.org/timestampplugin.html interesting for cases where clocks between broker and client machines are not in the sync. Regards -- Dejan