-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I have reviewed CAP documentation and samples but have not found guidance on using CAP to integrate with other systems that use RabbitMQ but not CAP. Here are my questions:
- My app needs to exchange messages (produce AND consume) with other systems using RabbitMQ. Is this scenario not recommended?
- Are there any examples showing this anywhere?
- Can I use CAP in a client that does not have access to storage? Part of my can access storage, but another part will be deployed to a DMZ without access to a database. Can that app send and receive messages using InMemory storage while the other part uses a database?
- Is there a better place to ask these kinds of usage questions, like a Slack or Gitter channel? I saw nothing in readme.md and would have asked on Stackoverflow but there doesn't seem to be much CAP content there.
Reactions are currently unavailable