[
https://issues.apache.org/activemq/browse/SMX4-619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62936#action_62936
]
Johan Edstrom commented on SMX4-619:
------------------------------------
I pushed up some more to my git fork, basically -
When do I use ActiveMQ - "ALWAYS!"
h3. When should I use ActiveMQ?
Whenever you have a unit of work or payload that you could process
asynchronously, you would like to have multiple recipients,
concurrent competing recipients to scale or leverage multiple processing units.
If you want to spread load across multiple
system boundaries. You want to cluster or provide fail over and messaging
security, you have long running flows.
In any of these instances it would be strongly suggested you evaluate what a
scalable and secure messaging solution can bring to the table.
h3. Common use cases
Integration with other systems, since you can pass messages in and out of
ActiveMQ from pretty much any programming language
it is very simple to start integrating heterogeneous environments.
Providing an event driven architecture. You can develop your solutions based on
actions as opposed to looking for data or
relying on completely synchronous behaviour.
Providing infrastructure for messaging across large distances, leverage the
network connectors and broker networks to integrate
for example geographically different data centres.
> Documentation: User Guide: ActiveMQ
> -----------------------------------
>
> Key: SMX4-619
> URL: https://issues.apache.org/activemq/browse/SMX4-619
> Project: ServiceMix 4
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Gert Vanthienen
>
> Add a section about how to use ActiveMQ on ServiceMix
> - default configuration and how to update/alter it
> - how to use activemq: commands
> - perhaps also:
> -- how to build a Camel route that uses ActiveMQ?
> -- how to build CXF services that use ActiveMQ as the transport?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.