RE: derby db using up lot of disk space

2007-04-05 Thread Hemant Gaur
>> Is there a way I can access the derby db , which is internally maintained by the active mq embedded broker ? Yes, U can use ij command line tool or Squirrel which is JDBC driven generic RDBMS UI environment. >>Also, In case of a embedded broker, how will I switch to a different data base (MySQl

[no subject]

2007-04-05 Thread Dingwen Yuan
Hi all, I have written a delphi control that can serve as a Stomp client. How can I contribute it to the Stomp project. Thank you! Dingwen Yuan 2007-04-06

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
James.Strachan wrote: > > On 4/6/07, samd <[EMAIL PROTECTED]> wrote: >> >> Hi, >> I have a standalone ActiveMQ client which I'm trying to get to send a >> TextMessage to a GlassFish queue > > Unfortunately the ActiveMQ client only talks to ActiveMQ queues; > there's no GlassFish queue support.

Re: inspect queue

2007-04-05 Thread James Strachan
On 4/5/07, Garner, Shawn <[EMAIL PROTECTED]> wrote: What is an easy way to inspect the derbydb queue? My broker is embedded in a spring file in a web app war. The FAQ is full of useful information http://activemq.apache.org/how-can-i-monitor-activemq.html -- James --- http://radio.weblog

Re: ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread James Strachan
On 4/6/07, samd <[EMAIL PROTECTED]> wrote: Hi, I have a standalone ActiveMQ client which I'm trying to get to send a TextMessage to a GlassFish queue Unfortunately the ActiveMQ client only talks to ActiveMQ queues; there's no GlassFish queue support. so that it can be consumed by a MDB. Wha

RE: activemq-cpp setStringProperty

2007-04-05 Thread cmaxo
Great! I created a patch for it but it looks like someone already did that in the issue tracker. Corey Yup - that needs to be fixed. I've created an issue to capture this: https://issues.apache.org/activemq/browse/AMQCPP-96 We're going to be releasing v2.0 very soon - we should be able to ge

ActiveMQ TextMessage to GlassFish Queue

2007-04-05 Thread samd
Hi, I have a standalone ActiveMQ client which I'm trying to get to send a TextMessage to a GlassFish queue so that it can be consumed by a MDB. What is the procedure required to do this? I tried using the standard mechanism of: String serverUrl="tcp://:/"; ActiveMQConnectionFactory factory = ne

Re: AMQ 4.1 loses every other message?

2007-04-05 Thread Mario Siegenthaler
[.. broker 'losing' every 2nd message.. ] Oh I just thought of another possible cause (related to the first one): You might also startup a second broker named localhost (vm://localhost) if you have renamed you actual broker to something else and use the WebClient. There's some (IMO weird) code wi

Re: AMQ 4.1 loses every other message?

2007-04-05 Thread Mario Siegenthaler
I am running the web-demo example with the REST interface, and it seems I can only receive every other posted messages. Here are the simple scripts I used to do the test: Do you use a single broker are have you (maybe accidentally due to auto-discovery) configured a network of brokers? We've had

AMQ 4.1 loses every other message?

2007-04-05 Thread jianxiac
I am running the web-demo example with the REST interface, and it seems I can only receive every other posted messages. Here are the simple scripts I used to do the test: First, I posted 10 messages with this script: [EMAIL PROTECTED] ~]$ cat run-post.sh #! /bin/sh ip=10.0.0.3 for i in `se

RE: activemq-cpp setStringProperty

2007-04-05 Thread Mittler, Nathan
Yup - that needs to be fixed. I've created an issue to capture this: https://issues.apache.org/activemq/browse/AMQCPP-96 We're going to be releasing v2.0 very soon - we should be able to get this into 2.0 without a problem. Thanks! Nate > -Original Message- > From: cmaxo [mailto:[EMAIL

inspect queue

2007-04-05 Thread Garner, Shawn
What is an easy way to inspect the derbydb queue? My broker is embedded in a spring file in a web app war. Shawn

RE: derby db using up lot of disk space

2007-04-05 Thread Suchitha Koneru \(sukoneru\)
Thank you James and Hemant for the information. I am using an embedded broker in Tomcat 5.520. The embedded broker is started by a servlet context listener. Is there a way I can access the derby db , which is internally maintained by the active mq embedded broker ? Also, In case of a embedded

activemq-cpp setStringProperty

2007-04-05 Thread cmaxo
I'm trying to set the JMSXGroupID on a text message using c++. Whenever I set this property I get an IllegalArgumentException thrown b/c this property is a pre-defined header. Is there another way that I should be setting the groupid for a message? Here is a sample of what I'm trying to do: Te

Re: Ajax and Web Console

2007-04-05 Thread James Strachan
On 4/5/07, didyeah971 <[EMAIL PROTECTED]> wrote: I found this link there : http://activemq.apache.org/stomp.html , at this line : To see a full example, try this XML. If you save that XML as foo.xml then you can run stomp via the command line as Thanks - site fixed... http://cwiki.apache.org

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread Christopher G. Stach II
hyqgod wrote: > i want to ask another questions: what's the meaning of " discover this > TransportConnector using multicast. ". How and why does a broker need to > discover another brokers using multicast protocol ? > > > Gaurav Hariani wrote: >> From what I understand - >> >> Transport Connecto

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
i want to ask another questions: what's the meaning of " discover this TransportConnector using multicast. ". How and why does a broker need to discover another brokers using multicast protocol ? Gaurav Hariani wrote: > > From what I understand - > > Transport Connector: An end point which cl

Re: Ajax and Web Console

2007-04-05 Thread didyeah971
I found this link there : http://activemq.apache.org/stomp.html , at this line : To see a full example, try this XML. If you save that XML as foo.xml then you can run stomp via the command line as James.Strachan wrote: > > On 4/5/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> The stomp conn

Re: DefaultMessageListenerContainer + not remove messages until processed

2007-04-05 Thread Christopher G. Stach II
Garner, Shawn wrote: > This article told me in my case I should use Jencks since I'm using JMS > Template in a non-EJB container. > > http://activemq.apache.org/jmstemplate-gotchas.html > > > Shawn > > -Original Message- > From: James Strachan [mailto:[EMAIL PROTECTED] > Sent: Wednesda

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
Gaurav Hariani, thank you very much, it's very nice of you! Gaurav Hariani wrote: > > From what I understand - > > Transport Connector: An end point which clients (or other brokers) can > connect to. This is what you use as the connection URI in clients. > Network Connector: A remote end poin

Re: Ajax and Web Console

2007-04-05 Thread James Strachan
On 4/5/07, didyeah971 <[EMAIL PROTECTED]> wrote: The stomp connector seems interesting and i will focus on that. But i find there is not doc enough about that, especially the PHP connector (atually the link http://activemq.apache.org/checkout/activemq/modules/assembly/src/release/example/conf/ac

Re: Flash/ActionScript 3 library to connect to ActiveMQ (STOMP) server

2007-04-05 Thread James Strachan
On 4/5/07, massive.boisson <[EMAIL PROTECTED]> wrote: r_jewson wrote: > > Anybody interested? Any suggestions where to host it (once I've got it in > a reasonable state)? > Yes, great news, I was just asking about it few days ago. Let us know how things are working out. Congretulations, Ho

Re: what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread Gaurav Hariani
From what I understand - Transport Connector: An end point which clients (or other brokers) can connect to. This is what you use as the connection URI in clients. Network Connector: A remote end point at another broker, which this broker will connect to. You can certainly replace 'localhost'

Re: Ajax and Web Console

2007-04-05 Thread didyeah971
The stomp connector seems interesting and i will focus on that. But i find there is not doc enough about that, especially the PHP connector (atually the link http://activemq.apache.org/checkout/activemq/modules/assembly/src/release/example/conf/activemq-stomp.xml is dead ). Could you clarify the w

what's the meaning of transportConnector and networkConnector ?

2007-04-05 Thread hyqgod
i 'm a new guy of ActiveMQ, now i'm reading XML deployment descriptor for configurating the ActiveMQ Message Broker. when i reached some text below: i can't understand what are the meani

Re: Flash/ActionScript 3 library to connect to ActiveMQ (STOMP) server

2007-04-05 Thread massive.boisson
r_jewson wrote: > > Anybody interested? Any suggestions where to host it (once I've got it in > a reasonable state)? > Yes, great news, I was just asking about it few days ago. Let us know how things are working out. Congretulations, --MB -- View this message in context: http://www.nabb

RE: derby db using up lot of disk space

2007-04-05 Thread Hemant Gaur
Derby DB used for long time/more publishes needs to be compressed even when the tables have lesser data. A Derby table or index (sometimes called a conglomerate) can contain unused space after large amounts of data have been deleted or updated. This happens because, by default, Derby does not retur

Re: Ajax and Web Console

2007-04-05 Thread James Strachan
On 4/5/07, didyeah971 <[EMAIL PROTECTED]> wrote: Hi, I have some questions about the ajax module : 1) Is it possible to monitor the queues and the messages in it with the web console provided, if yes,how ? The web console can be used to monitor queues and view messages in the queues & delete

Re: When do you use "content-length"

2007-04-05 Thread James Strachan
On 4/5/07, Dingwen Yuan <[EMAIL PROTECTED]> wrote: Hi all, I am now coding a delphi control for stomp client. Awesome! :) BTW do you fancy open sourcing it? :) -- James --- http://radio.weblogs.com/0112098/

Re: derby db using up lot of disk space

2007-04-05 Thread James Strachan
I'd recommend switching to a more traditional database like MySQL or Postgresql for production usage. Or switch to AMQStore in 4.2 On 4/4/07, Suchitha Koneru (sukoneru) <[EMAIL PROTECTED]> wrote: Hello Active MQ Users, I am using active mq 4.0,.2. I am using a durable subscr

Re: When do you use "content-length"

2007-04-05 Thread Timothy Bish
Text messages do not get the content-length header as you know that a string will not contain any nulls you can assume that the terminating null is the only one you will find in a text message. The bytes message does use the content length header as the payload could contain any number of nulls.

Ajax and Web Console

2007-04-05 Thread didyeah971
Hi, I have some questions about the ajax module : 1) Is it possible to monitor the queues and the messages in it with the web console provided, if yes,how ? 2) How can i configure jetty to publish my web app. For now, i modified the index page of the web demo and added a link to a simple html p