Problem whith librairies

2007-03-01 Thread didyeah971
I just installed ActiveMQ, i launched a producer and a consumer and everithing ran ok but when i tried to compile the helloworld example (App.java) that is on the website, the "org.activemq" is not recognized neither by eclipse nor in command line. I added it the activemq.jar (actually it's apache

Re: [Spam: 5.0] Problem whith librairies

2007-03-01 Thread didyeah971
grams from an old 3.x version of > activemq? > > On 3/1/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> I just installed ActiveMQ, i launched a producer and a consumer and >> everithing ran ok but when i tried to compile the helloworld example >> (App.java) tha

Re: [Spam: 5.0] Problem whith librairies

2007-03-01 Thread didyeah971
> On 3/1/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> I tested the example located here >> http://activemq.apache.org/hello-world.html > > That explains it. I thought you were using one of the examples that > ship with the release. > > >> , using th

Re: [Spam: 5.0] Problem whith librairies

2007-03-01 Thread didyeah971
almost the methods have been recognized execept in the "run" method, org.apache.activemq.broker.impl.Main.main(args) doesn't seem to exist. I tried with the eclipse completion, and i found no package or class named broker.impl James.Strachan wrote: > > On 3/1/07, didyeah

Re: [Spam: 5.0] Problem whith librairies

2007-03-01 Thread didyeah971
I just tested the code and it runs great now, thanks a lot. Now i'll be able to test other ways to use it. Did didyeah971 wrote: > > almost the methods have been recognized execept in the "run" method, > org.apache.activemq.broker.impl.Main.main(args) doesn't seem

Re: [Spam: 5.0] Problem whith librairies

2007-03-01 Thread didyeah971
Sorry but I have one more question, i can i test the web module, do i have to download each file from the from svn, because i don't find it anywhere else. that's why i'm interested in, it's the ajax connectors. thx, did didyeah971 wrote: > > I just tested the

Re: [Spam: 5.0] Problem whith librairies

2007-03-02 Thread didyeah971
ET 2007 [INFO] Final Memory: 3M/5M [INFO] Thx Did James.Strachan wrote: > > On 3/1/07, didyeah971 wrote: >> >> Sorry but I have one more question, i can i test the web module, do i >> have >> to download

Re: [Spam: 5.0] Problem whith librairies

2007-03-02 Thread didyeah971
ivemq-web-demo directory first before running > the mvn command > > http://cwiki.apache.org/ACTIVEMQ/web-samples.html > > On 3/2/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> I am still trying the Ajax module. >> I downloaded and compiled all the code, because wh

Ajax Help

2007-03-22 Thread didyeah971
Hi, i am trying to implement my own publisher/suscriber using Ajax, although i am not a web developer. So i put the publisher.html and suscriber.html in the activemq-web-demo/ folder and ran jetty, but o didn't work. Do i have configure jetty and create and "alias" as i would do for Apache Server

Ajax Precision

2007-03-26 Thread didyeah971
Hi, I posted a message last week, i guess i wasn't precise enough. So I tried to implement a Publisher and a Listener, thanks to an example i found on the forum. It first loads an XML file, and than send it. The problem is that, the file is well sent, i think, but when it's received, it's not reci

Error in prototype.js

2007-03-27 Thread didyeah971
It's the third message i've been posting, i hope this one will be answered. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well received too by the listener, by i cannot use the message i receive. the message.data contains a XMLDocument object, but

Re: Ajax Help

2007-03-28 Thread didyeah971
otype.js error a bug or a it's caused by an error in my own script ? Thx for help... Did James.Strachan wrote: > > For efficiently use Jetty. It'd start with the working web demo and go > from there. > > On 3/22/07, didyeah971 <[EMAIL PROTECTED]> wrote: >

Cannot run jetty server

2007-03-28 Thread didyeah971
Hi, I have been using the embedded jetty for a week, and now i cannot run it anymore I have this error : [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Fai

Slow Message transmission Ajax

2007-03-29 Thread didyeah971
Hi, I have been testing Activemq for one week and my goal is to send an XML file, or DOM object through the broker. When I send document object, the received data is a string containing '[XML DocumentObject]'. So I cannot retrieve the datas from my XML. So I tried to parse the XML as a String and

Error in prototype.js

2007-03-29 Thread didyeah971
Hi, I am posting this message one more time, because the error still occurs. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well received too by the listener, by i cannot use the message i receive. the message.data contains a XMLDocument object, but

Re: Error in prototype.js

2007-03-30 Thread didyeah971
send well formed XML, how ? What's more, what about the error from prototype.js, does is come from me ? Thx Adrian Co wrote: > > Have you tried looking at the portfolio.js and chat.js in > activemq-web-demo? It might help you. > > didyeah971 wrote: >> Hi, >> I

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

Re: Ajax and Web Console

2007-04-05 Thread didyeah971
way it walks and how to make it walk. Thx Didier James.Strachan wrote: > > 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 w

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: >

Rest and Stomp

2007-04-11 Thread didyeah971
Hi, i just finished my Ajax Client and i am really satisfied, but i would like to test other connectors like Stomp and Rest. I tried the Rest Demo, but i cannot receive any messages. What's more, could i have some more specifications one how Stomp walks, especially the PHP client. Can it run on J

Re: Rest and Stomp

2007-04-11 Thread didyeah971
ket_create, socket_connect...) Could you make it bright to me please Thx Did James.Strachan wrote: > > On 4/11/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> Hi, i just finished my Ajax Client and i am really satisfied, but i >> would >> like to test other

Re: Rest and Stomp

2007-04-12 Thread didyeah971
stallation and add --enable-sockets to the > ./configure options > > For more info on PHP's sockets extension visit: > > http://us.php.net/manual/en/ref.sockets.php > > jon > > > didyeah971 wrote: >> >> I just tested the PHP Client, an error occ

Re: Rest and Stomp

2007-04-16 Thread didyeah971
the light client (jscript or php) that's through a navigator. The society i am working for are developing a full web application that uses many little script with a I compiler just like gecko (mozilla's ). I you could give kind of clue cause i am a little stuck now. Thx Did didyeah971 w

Re: Rest and Stomp

2007-04-16 Thread didyeah971
a not a php guy, i was wondering if there could be any other lightweight client solution ? thx Did James.Strachan wrote: > > I'm a little confused what you are asking for. What kind of client do > you actually want (language/platform etc)? > > On 4/16/07, didyeah971 <[E

Re: Rest and Stomp

2007-04-16 Thread didyeah971
For now i am focus on the php-stomp client, i'll take a look to the c++ client then Thx for help, did James.Strachan wrote: > > On 4/16/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> I am actually searching a very lightweight client (like jscript or php) >>

Re: Rest and Stomp

2007-04-25 Thread didyeah971
Hi, i just took a look at the activemq-cpp web page and it seems that all the links on the right frame take to the index page. Did didyeah971 wrote: > > For now i am focus on the php-stomp client, i'll take a look to the c++ > client then > Thx for help, did > &g

Web Console and binary version

2007-04-27 Thread didyeah971
Hi, i am using the binary version activemq 4.2-snapshot to implement a php stomp connector, and i would like to monitor my broker through the web console, but it doesn't run at all on 'localhost:8161'. i made it run on the previous 4.1 version thanks to maven, but the binary seems much easier and

Re: Web Console and binary version

2007-05-02 Thread didyeah971
retrieve all my messages but i can retrieve them one by one, unless with an infinite loop while (true) {$res = $c->readFrame();} Thx Did James.Strachan wrote: > > On 4/27/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> Hi, >> i am using the binary version act

Re: Web Console and binary version

2007-05-03 Thread didyeah971
7;]=" 'type' = 'any'"; $c->subscribe("/queue/FOO", $properties); Knowing that i set a header 'id' at 'any'. Or if there's another way to retrieve, all messages from queue, with an infinite loop, ended by "Ctrl + C". Thx D

Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-04 Thread didyeah971
Hi, I am trying install activemq cpp 2.0 on mac os x 10.4.9.As the automake supplied is obsolete, i am using the latest release, (1.9.6) and cppunit 1.11.6 Once i launch autogen.sh, i have this message: aclocal: configure.ac: 86: macro `AM_PATH_CPPUNIT' not found in library autoreconf: acloca

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread didyeah971
x27;s the first time i use these tools so i am kind of lost... Mittler, Nathan wrote: > > I have autoconf v2.60 on OS X 10.4.9 and it works fine for me. > > How did u install cppunit? > >> -Original Message- >> From: didyeah971 [mailto:[EMAIL PROTECTED] >&g

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread didyeah971
the prefix to /usr i.e ./configure --prefix=/usr I don't know if > something similar is happening on your Mac. > > On Wed, 2007-05-09 at 02:21 -0700, didyeah971 wrote: >> I followed the specific install for mac os x ( ./configure , make and >> make >> install,

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-10 Thread didyeah971
pUnit is installed > (optional) > --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed > (optional) > > > ./configure --help will show you all the options > > On Wed, 2007-05-09 at 07:17 -0700, didyeah971 wrote: >> I tried a new cpp-unit ins

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-14 Thread didyeah971
lib. Is that your configuration? and if so, is cppunit in > there? > > > On 5/10/07, didyeah971 <[EMAIL PROTECTED]> wrote: >> >> >> there's no './configure' yet because the error occurs when i launch >> ./autogen.sh ... >> There'

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-14 Thread didyeah971
As I said this my config too, and mac ports, and cppunits are installed in opt/local/lib. I am really lost now... Did didyeah971 wrote: > > Yes this my configuration too... > > nmittler wrote: >> >> I've just upgraded my darwinports to the latest macports (rename

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
;s kind of weird because the libcms.a is first removed and then needed to be archived... Is it a bug or i misunderstood Thx, Did didyeah971 wrote: > > As I said this my config too, and mac ports, and cppunits are installed in > opt/local/lib. I am really lost now... > Did > >

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
aware, you don't need to install cms separately > - it is part of activemq-cpp and will be bundled in the activemq-cpp > library. > >> -Original Message- >> From: didyeah971 [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, May 15, 2007 8:28 AM >> To: u

JScript Situation

2007-05-23 Thread didyeah971
Hi, I have kind of JScript situation. I was wondering if the Ajax connector could run in JavaScript core, i mean without the HTTPRequest Object. So without the Poll mechanism, a the server could be interrogated through get or post. I am trying to, and it seems kind of complicated. So i would like

JMS Selectors/ Queue Browsing - Ajax

2007-05-29 Thread didyeah971
Hi, I was wondering if it was possible to use JMS Selector or queue Browsing with the Ajax connector. It would be great if i could retrieve the messages and let them in the queue anyway. Thx for help, Did -- View this message in context: http://www.nabble.com/JMS-Selectors--Queue-Browsing---Aja

Persistence in Ajax

2007-06-05 Thread didyeah971
Hi, I have one more question about The Ajax Client. I'd like to know, how to use message persistence with this client. Wich headers to use Thx Didier -- View this message in context: http://www.nabble.com/Persistence-in-Ajax-tf3870746s2354.html#a10966477 Sent from the ActiveMQ - User maili

Re: Persistence in Ajax

2007-06-06 Thread didyeah971
Hi, I threw an eye in the code of the MessageServletSupport, and saw that there is no way to modify the JMSDeliveryMode to persistent, although some others jms headers can be modified. Is it voluntary ? thx, didier didyeah971 wrote: > > Hi, I have one more question about The Ajax Client.

Running broker from source

2007-06-07 Thread didyeah971
Hi, I just downloaded the latest source released, and when i'm trying to build it with maven from the assembly folder, there is e 'Failed to validate POM' error... i downloaded it from the SVN. Also, is there another way, different from maven plugin or maven performance test, to run a broker from