Overview
This is a repackaged open-source software product wherein additional charges apply for technical support and maintenance by Apps4Rent.
RabbitMQ is an open-source message-broker software under Mozilla Public License. It is an implementation of the Advanced Messaging Queue Protocol (AMQP) and manages the exchange of messages between sender and receiver as an intermediary service. The software is written in the programming language Erlang. In RabbitMQ, the software sets up queues between the producers and the consumers of the messages in which the messages are temporarily stored. The message exchange between sender and receiver is asynchronous. This means that the message producer is not blocked by sending a message and can perform new tasks regardless of how the recipient picks up the message.
Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. We do not provide the commercial license of any of these products. Many of the products have a free, demo or Open-Source license as applicable.
Image may take up to 5-7 minutes for initial launch.
Highlights
- Apps4Rent provides RabbitMQ Server on Ubuntu 20.04, which is ready to use for Production Environment.
- For any custom build AMI's of your choice contact us on "support@apps4rent.com".
- RabbitMQ is a freely available message broker software.
Details
Typical total price
$0.146/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.10 | $0.006 | $0.106 |
t2.micro AWS Free Tier | $0.10 | $0.012 | $0.112 |
t2.small | $0.10 | $0.023 | $0.123 |
t2.medium Recommended | $0.10 | $0.046 | $0.146 |
t2.large | $0.10 | $0.093 | $0.193 |
t2.xlarge | $0.10 | $0.186 | $0.286 |
t2.2xlarge | $0.10 | $0.371 | $0.471 |
t3.nano | $0.10 | $0.005 | $0.105 |
t3.micro AWS Free Tier | $0.10 | $0.01 | $0.11 |
t3.small | $0.10 | $0.021 | $0.121 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
Apps4Rent does not offer commercial licenses or refund to any product mentioned above. The product comes with open-source licenses.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Additional details
Usage instructions
-
For Linux: Connect to your Linux instance via port no. 22 using SSH. Please refer this article: https://docs.thinkwithwp.com/AWSEC2/latest/UserGuide/AccessingInstancesLinux.html Sign-in credentials: Username: ubuntu
-
Command to check if RabbitmQ service is running in the background: systemctl status rabbitmq-server.service --no-pager -l
-
Command to start RabbitmQ service : sudo systemctl enable rabbitmq-server.service or sudo systemctl start rabbitmq-server.service
-
To login to the RabbitMQ server remotely we have to create an Admin user. However, if you are accessing it locally on the same system where you have installed the RabbitMQ then you can use http://localhost:15672 , where the user name will be = guest and password=guest. However, if you are using CLI Ubuntu 20.04 and want to access its GUI web management remotely then use this link, http://public ip address of server:15672 and then create an Admin user with administartor rights. (Example: user name= user1 and password= Password@123).
- Create an Admin user:
sudo rabbitmqctl add_user user1 Password@123 Note: Change user1 with the username, you want to set and Password@123 with the your password for your user.
-
Set tags for created user to [administrator]: sudo rabbitmqctl set_user_tags user1 administrator
-
Granting Permissions to a User: sudo rabbitmqctl set_permissions -p / user1 "." "." ".*"
After this step you can now able to log into the rabbitMQ server remotely.
-
To list users in a cluster: sudo rabbitmqctl list_users
-
To chnage the password: sudo rabbitmqctl change_password user1 your-password
- Below are the minimum external resources subscriber needs to have to use this product: -An Internet Connection is required in order for this product to function as expected. -We recommend keeping your crucial data in a custom made encrypted EBS in order to save from termination in future.
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.