I am starting to work on a project that requires us to Post events from our
ERP application. (Mine happens to be in IBM U2 (Unidata) and I have
previously posted a message about the best way to communicate.  Unfortunatly
there is no STOMP interface for UniBasic.  While Unidata has a CallC
interface and it might be possible to utilize the C library for now we were
just thinking of using the REST interface.   

So, First up connecting to the REST interface.   So what is the correct URL
for the rest interface?
http://server:8161/ ?  When I look at the demo interface (of the 5.0
SNAPSHOT) I see send the sendto post to
http://server:8161/demo/message/FOO/BAR Is that the correct URL?

Next up.. The test.. If I'm using a single JMS server (for now) and I send a
message via the REST interface.  Next I stop the ActiveMQ server.. When I
restart the ActiveMQ Server I don't even see the Queues that were created..
Let alone the message that was in the queue. (Even if persistant delivery)
is selected... So without setting up a CLUSTER of ActiveMQ servers.   How do
I get the JMS server to maintain the state of the messages?  (i.e. Don't
loose them)

Thanks in advance for your responses.. and forgive me for being a JMS
newbie!
-- 
View this message in context: 
http://www.nabble.com/ActiveMQ-vs---tf4120108s2354.html#a11717696
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to