Hi Nitro-

ActiveMQ definitely would be a great solution for you!  Its very common for 
folks to use ActiveMQ to create a clean asynchronous process between e-bonders. 
 For bonus, you could consider using Camel to cut down on the necessary Java 
coding that would be required. 

Something like:

UserForm -> AMQ  [Web page returns to user really quickly]
Elsewhere, Camel reads from AMQ and in parallel, sends the message to be stored 
in MySQL and to MNO for processing.

On the return, Camel read from the response queue to update the data in MySQL.

- Matt Pavlovich

On Apr 7, 2011, at 11:46 AM, nitro wrote:

> 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 (response from MNO) ----> User can
> view response
> 
> Is active MQ an option for me
> 
> 
> Thanks in advance
> 
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Can-I-use-Active-MQ-in-this-Regard-tp3433946p3433946.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to