Re: BetaMQ

2008-09-04 Thread NabiL
thanks for your help !! I tested hermesjms but there are bugs ( can"t get statistics, can't delete msg from queue/topic ...), we can't change property header such as "priority" ? am i right ? Do you any recommedations about this tool ? Thanks in advance. bsnyder wrote: > > On Thu, Sep 4, 2

Re: Question about Logging in ActiveMQ 5.1

2008-09-04 Thread MaenXe
Well, I thought this was what I needed, but after examining the logs, this isn't gonna do. For one, it puts the entire payload of the message into the log P-(, basically what I'm looking for is something similar to the apache logs, or a mail log. I need producer/consumer ID, queue/topic, msg ID,

ActiveMQ+NMS+TCP Connection Problems

2008-09-04 Thread Bryan Murphy
Hey Guys, We're still having problems consuming messages from an ActiveMQ service via Apache.NMS. We've fixed a few bugs in the past week, and we're left with one outstanding issue where we have one of our consumers in a different data-center than the message server. It appears as if our TCP conn

Configuring activemq queues

2008-09-04 Thread Srkanth
Hi, I have activemq installed on my machine and another developer's machine. The message producer is on another machine and the consumer is on my machine. So, the messages that are put by the producer are appearing on his console but not appearing in my queue. How do I configure activemq to

Re: Data source configuration of Apache Derby Network Server´s with client driver

2008-09-04 Thread Bruce Snyder
On Thu, Sep 4, 2008 at 4:22 PM, zzztimbo <[EMAIL PROTECTED]> wrote: > > I have a similar setup, but I get this warning when starting up activemq. > > > WARN JDBCPersistenceAdapter - Database driver NOT recognized: > [apache_derby_network_client_jdbc_driver]. Will > use default JDBC implem

ActiveMQ listener not receivng messages already on queue after restart

2008-09-04 Thread rahul_k123
I am having this problem with my Active MQ 5.1.0 I have a queue and 3 listeners configured to it. I have like 400 messages posted to the queue, now all the listeners are receving the messages and processing them If i restart one of the listeners , then the restarted listener is not receiving a

Re: Data source configuration of Apache D erby Network Server´s with client driver

2008-09-04 Thread zzztimbo
I have a similar setup, but I get this warning when starting up activemq. WARN JDBCPersistenceAdapter - Database driver NOT recognized: [apache_derby_network_client_jdbc_driver]. Will use default JDBC implementation. I've read that you're supposed to explicitly specify the adaptor to

Re: REST: eternal HTTP status 204

2008-09-04 Thread yesnid
I am having the same issue, what is the solution? sv75 wrote: > > I'm trying simple python program to using ActiveMQ via HTTP. > I managed to send message via HTTP/POST, but have problems getting them > via GET (or DELETE). While first request receive message (with HTTP status > 200), all other

Re: Problem with HTTP/REST

2008-09-04 Thread yesnid
I Am getting the same error, did anyone solve this for you? or Does anyone know the solution? Please let me know. Thank you. sv75 wrote: > > I'm playng with AMQ 5.1 and HTTP/REST in demo application works strange > :( > > Posting to http://localhost:8161/demo/message/myQueue works fine, but

Help getting started with STOMP please

2008-09-04 Thread Mick Knutson
I am using service mix to allow a PHP client send a simple SOAP request into a queue, then I want to publish a soap message to an output queue for a Python client. I am having issues getting my head around enforcing a contract for incoming and outgoing messages. I was hoping to leverage cxf and n

Re: BetaMQ

2008-09-04 Thread Bruce Snyder
On Thu, Sep 4, 2008 at 3:50 AM, NabiL <[EMAIL PROTECTED]> wrote: > > hi all, > > Can anyone use BetaMQ to administrate AMQ 5.1 ? I can't use it because it is only available for Windows. You might want to check out HermesJMS: http://hermesjms.com/ Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL

Re: Failover ActiveMQ

2008-09-04 Thread Rob Davies
it will be available in 5.2 On 4 Sep 2008, at 15:54, greenapple wrote: Is this feature available yet? Thanks, Gary Tully wrote: see the broker waitForSlave option introduced in https://issues.apache.org/activemq/browse/AMQ-596 this allows a master to know it is a master and to not accept c

Re: Failover ActiveMQ

2008-09-04 Thread greenapple
Is this feature available yet? Thanks, Gary Tully wrote: > > see the broker waitForSlave option introduced in > https://issues.apache.org/activemq/browse/AMQ-596 > this allows a master to know it is a master and to not accept > connections until a slave has attached. > > it does not fix the p

Stopping activemq

2008-09-04 Thread NabiL
hi all, I successfully started amq with jmx option (authentication is required). Now i try to stop activemq with the following command : java -jar run.jar stop but an exception occurs showing this : ERROR: java.lang.RuntimeException: Failed to execute stop task. Reason: java.lang.SecurityEx

Re: 5.1,after restarting,the webcon sole shows wrong queues and topics。

2008-09-04 Thread lamianbu
James.Strachan wrote: > > > > See this... > http://activemq.apache.org/how-do-i-create-new-destinations.html > > basically queues and topics tend to appear in the broker when they are > used (you send or consume from them); otherwise they are lazily > loaded. > > -- > James > --- > htt

Re: 5.1,after restarting,the webconsole shows wrong queues and topics。

2008-09-04 Thread James Strachan
2008/9/4 lamianbu <[EMAIL PROTECTED]>: > > activemq 5.1 ,default configuration,on the web console. > > I operated as follows, > > 1. on the web console, I created some queues and topics . > > 2. on the web console, I deleted some queues and topics. > > 3.CTRL + C ,ended the ActiveMQ > > 4.after res

5.1,after restarting,the webconso le shows wrong queues and topics。

2008-09-04 Thread lamianbu
activemq 5.1 ,default configuration,on the web console. I operated as follows, 1. on the web console, I created some queues and topics . 2. on the web console, I deleted some queues and topics. 3.CTRL + C ,ended the ActiveMQ 4.after restarting the ActiveMQ,on the web console,I find strange th

Re: Broker Clustering

2008-09-04 Thread Bastian Preindl
Hi, thanks a lot for both the hint and the link - it works perfectly now! Bastian -- View this message in context: http://www.nabble.com/Broker-Clustering-tp19271212p19307785.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: FW: Jmeter with EMS

2008-09-04 Thread James Strachan
2008/9/4 Mishra, Ajay <[EMAIL PROTECTED]>: > >> Hi All, >> I am working on a performance testing initiative . In >> this regard I am working with an open source tool called "Jmeter" >> which is developed completely in Java.We were able to setup a test >> using JMS and we

FW: Jmeter with EMS

2008-09-04 Thread Mishra, Ajay
> Hi All, > I am working on a performance testing initiative . In > this regard I am working with an open source tool called "Jmeter" > which is developed completely in Java.We were able to setup a test > using JMS and were able to "Publish / Subscribe" messages to que

BetaMQ

2008-09-04 Thread NabiL
hi all, Can anyone use BetaMQ to administrate AMQ 5.1 ? Thanks in advanca -- View this message in context: http://www.nabble.com/BetaMQ-tp19307018p19307018.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failover ActiveMQ

2008-09-04 Thread Gary Tully
see the broker waitForSlave option introduced in https://issues.apache.org/activemq/browse/AMQ-596 this allows a master to know it is a master and to not accept connections until a slave has attached. it does not fix the problem of replicating old/existing state but it does allow the situation to