Re: create custom queue/topic metadata

2011-08-10 Thread dead_devil_66
Well, to be more specific, this system is all about managing sensor networks. There are 2 main API's: User and Admin. The admin API allows to add/edit/remove sensor network's attributes/metadata. Those attributes/metadata will be used to control certain behaviors in the networks. The alternative i

create custom queue/topic metadata

2011-08-06 Thread dead_devil_66
Greetings. Is there anyway, implemented by the current release, that allows me to associate custom metadata to a queue/topic? Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/create-custom-queue-topic-metadata-tp3723722p3723722.html Sent from the ActiveM

Re: ActiveMQ and HttpServlet

2011-08-02 Thread dead_devil_66
problem solved in camel forum: http://camel.465427.n5.nabble.com/Can-t-use-jersey-library-classes-within-processor-td4657633.html#a4661109 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3714393.html Sent from the ActiveMQ - User mailing

Re: ActiveMQ and HttpServlet

2011-08-02 Thread dead_devil_66
ok so no problem with that because i imported that jar. The main problem remainsany idea -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3714259.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ and HttpServlet

2011-07-30 Thread dead_devil_66
i already did that. Im using eclipse IDE and i added the jar you pointed out to the buildpath. my actual code is this one: http://pastie.org/2295862 it's giving me the same errors. The critical point in here is that im unable to call anything that uses activemq classes, in the httpservlet.. --

Re: ActiveMQ and HttpServlet

2011-07-30 Thread dead_devil_66
isnt it supposed that these classes should be inside of activemq-all.jar org.apache.activemq.web.MessageServlet; org.apache.activemq.web.NoDestinationSuppliedException; org.apache.activemq.web.WebClient; ?? -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-Http

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
and looks like i can't use anything from the activemq jars... i tried stomp now and same error.. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3705775.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
Bumping the topic. I searched the forum and i "googled" about this issue but no luck... :/ -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3704543.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
Thanks for replying, bojan. hmmm ok but which container?? and in which file file do i add? The only thing i did was adding that jar to the project buildpath. And, even after that, same error. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp37029

ActiveMQ and HttpServlet

2011-07-28 Thread dead_devil_66
Greetings. I'm doing a simple example here: trying to run a producer, after doing a GET request to a HttpServlet. here is my code, for the httpservlet: http://pastie.org/2287667 and for the Producer (source code from the activemq in action book): http://pastie.org/2287665 When i start the se

Re: Stomp causing error 500 when connecting

2011-07-25 Thread dead_devil_66
Yes, that was the problem. Thanks for pointing it out. :) -- View this message in context: http://activemq.2283324.n4.nabble.com/Stomp-causing-error-500-when-connecting-tp3691651p3694690.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Stomp causing error 500 when connecting

2011-07-24 Thread dead_devil_66
Greetings. I'm just trying to run some php examples with Stomp. I have created a broker in port 61616. But, when i try to run the connectivity.php example that comes in the stomp bundle, i get an 500 error. To be more precise, an error in this line: $frame = $this->readFrame(); Well, i t

Re: Activemq with REST

2011-04-18 Thread dead_devil_66
hmmm ok Dejan :) I will take a look on the source Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Activemq-with-REST-tp3454417p3458880.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Activemq with REST

2011-04-16 Thread dead_devil_66
Greetings. I have read the page about REST in ActiveMQ. But i still have some questions: 1) Where is the full documentation of the REST ActiveMQ API? I want to know what are the possible parameters that i can use in the URI. 2) In this page (http://activemq.apache.org/web-samples.html), the a