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
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
> 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
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
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
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
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
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
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
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
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
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:
>
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
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
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
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
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
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
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:
>
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
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
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
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
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
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)
>>
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
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
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
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
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
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
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,
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
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'
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
;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
>
>
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
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
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
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
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.
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
42 matches
Mail list logo