Re: Can I use Active MQ in this Regard?

2011-04-08 Thread nitro
I think my question was to be: What's the difference between a queue and a database. Can I have auto-incrementing fields in a queue? Will data get lost in a queue once I reboot my box(System)? -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-I-use-Active-MQ-in-this-Regar

Re: Can I use Active MQ in this Regard?

2011-04-07 Thread nitro
Thanks Matt for your prompt response. I forgot to mention that I will be using Perl to achieve this as opposed to Java. I have read the perl implementation using stomp, so nothing to worry about regarding language of choice. I would like to know what you mean by this: UserForm -> AMQ [Web page r

Can I use Active MQ in this Regard?

2011-04-07 Thread nitro
Hi, I am building a Bulk SMS solution and I require a Messaging Queuing system in my flow prior to sending to the MNO (Mobile Network Operator). The flow looks like the following: Request Flow UserForm ---> MYSQL > Active MQ --> MNO Response Flow MNO ---> Active MQ > Update MYSQL