Skip to content

Instantly share code, notes, and snippets.

View ashutosh049's full-sized avatar

ashutosh ashutosh049

  • Pune
View GitHub Profile
package com.example.custombodyannotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
@ashutosh049
ashutosh049 / Install RabbitMq on Amamzon EC2 (Amazon Linux 2).md
Last active April 12, 2020 05:29
Install RabbitMq on Amamzon EC2 (Amazon Linux 2)

#1.Updates all packages the the latest version available.

sudo yum -y update

#2.Package Dependencies before installing RabbitMq

  • erlang
  • socat
  • logrotate

#3.Enable the EPEL repository