Does RabbitMQ have the inbuilt code to call an exe file -


i wanted know if rabbitmq has built capabilities call external exe once message queue populated. understand can implement task queues/worker queues in rabbitmq has done writing external application(say in java have mentioned in tuttorials http://www.rabbitmq.com/tutorials/tutorial-two-java.html) . please me out this

adding previous question :

i have decided write application run exe . dont want application write poll queue. instead want rabbitmq trigger application whenever there new message sending job process. can this? how can add jobs queues?

you going have write own consumer. question sending messages in first place , format o message , need data.

python best choice task.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -