Tuesday 29 October 2019

Steps to fix Apache ActiveMQ




Apache ActiveMQ is an open-source message agent written in Java. It gives "Try Features" for which this circumstance means empowering the correspondence from more than one client or server. Maintained clients consolidate Java by methods for JMS 1.1 similarly as a couple of other "cross-language" customers. ActiveMQ offers the power and flexibility to support any messaging use-case. One good feature of ActiveMQ is that there is a pretty extensive unit and functional test suite.   It reduce the complexity and maintenance cost of you application. You can create a micro services and daemons for manage your business workflow.
As it supports industry standard protocols you get the benefits across a broad range of languages and platforms from Java, C, C++, C#, Ruby, Perl, Python, PHP and you can choose the one you feel more comfortable.

Establishment of Apache ActiveMQ on most recent CentOS:

To introduce ActiveMQ, you should have Java introduced on your server. On the off chance that Java isn't introduced, you need to introduce it. After Java is introduced pursue the means underneath and introduce Apache ActiveMQ.
# cd /opt
# wget https://www.apache.org/dist/activemq/5.15.10/apache-activemq-5.15.10-bin.tar.gz
Presently remove the document record and move it into the extricated catalog:
Eg:
# tar zxvf apache-activemq-5.15.10-bin.tar.gz
# cd apache-activemq-5.15.10

Key catalogs to observe while incorporating:

conf – contains the arrangement documents: the fundamental design record activemq.xml, written in XML group.
file – stores the PID record just as log documents.
lib – stores library records.
webapps – contains the web interface and administrator support documents.
bin – stores parallel record in addition to other related documents.
docs – contains documentation records.

To run the administration Apache ActiveMQ:

To run ActiveMQ as a help, you have to make an ActiveMQ administration unit document under the client called activemq
Eg:
# useradd activemq
Presently, the right consents need to set on the ActiveMQ establishment registry and the majority of its substance that has a place with the recently made client and gathering
Next make a help unit record for ActiveMQ called activemq.service under /etc/systemd/system/
Eg:
# vi /etc/systemd/system/activemq.service
Include the beneath design in the activemq.service document:
[Unit]
Description=Apache ActiveMQ Message Broker
After=network-online.target
[Service]
Type=forking
User=activemq
Group=activemq
WorkingDirectory=/opt/apache-activemq-5.15.10/bin
ExecStart=/opt/apache-activemq-5.15.10/bin/activemq start
ExecStop=/opt/apache-activemq-5.15.10/bin/activemq stop
Restart=on-abort
[Install]
WantedBy=multi-user.target
You can save it and then reload the systemd supervisor arrangement to read the recently made service, using the command - "systemctl daemon-reload" .
Next, you can begin, empower and check the status of Apache ActiveMQ administration
Eg:
# systemctl start activemq.service
# systemctl enable activemq.service
# systemctl status activemq.service
Naturally, the ActiveMQ daemon tunes in on port 61616 and you can affirm the port utilizing the ss utility:
# ss - ltpn
Before you access ActiveMQ web console in the event, if you have the firewalld administration running, then you need to open the port 8161 which the web reassure tunes in on in the firewall using the firewall-cmd tool.
# firewall-cmd --zone=public --permanent --add-port=8161/tcp
# firewall-cmd - reload

Confirm the Installation of ActiveMQ:

The ActiveMQ console is utilized to oversee and screen ActiveMQ by means of program. To access it open an internet browser and guide it toward the accompanying URL
http://SERVER_IP:8161 likewise you can check the utilizing localhost with the port 816s1
To access Admin gateway of ActiveMQ, sign into the administrator web console by tapping on the "Chief ActiveMQ agent". Here, the following URL will take you directly to the admin web console login interface.
Hope it was helpful and if you need any assistance Contact Us.

Monday 14 October 2019

VMware Cloud on AWS adoption


VMware Cloud on AWS is the world's most powerful integrated hybrid cloud offering. It is most suitable for enterprise IT infrastructure and operations firms, looking to migrate their on-premises vSphere-based workloads to the public cloud. Organizations can consolidate and extend their data center capacities, and also optimize, simplify and modernize their disaster recovery solutions. 
It brings VMware’s enterprise-class Software-Defined Data Center (SDDC) software to the AWS cloud, so you can skip the hassles of learning new skills and managing new tools, while enjoying the benefits of the cloud.
The interesting fact is that you can add new innovations effortlessly to your enterprise applications by natively integrating AWS infrastructure and platform capabilities such as AWS Lambda, Amazon Simple Queue Service (SQS), Amazon S3, Elastic Load Balancing, etc.
Organizations can simplify their Hybrid IT operations by using the same VMware Cloud Foundation technologies including vSphere, vSAN, NSX, and vCenter Server across their on-premises data centers. With adoption of VMware Cloud on AWS you can migrate, run, and protect production workloads at scale to deliver your business outcomes. 

Benifits:

  • Increased Innovation
  • Simplified Operations
  • Reduced Costs
  • Enhanced Availability

Manage resources on VMware Cloud on AWS

You can use the same management tools you use today. You can create vSphere data centers on AWS. A vCenter Server instance is deployed as part of every VMware Cloud on AWS SDDC. You can connect to this vCenter Server instance to manage your VMware Cloud on AWS clusters. A VMware Cloud Web Console is provided and it is allowed for common task such as the add / remove hosts, configure firewalls and other basic networking settings.
Note : Tools that require plug-ins or extensive vSphere permissions may not function properly in VMware Cloud on AWS.
With VMware Cloud on AWS, you can leverage AWS's breadth of services, including compute, databases, analytics, Internet of Things (IoT), security, mobile, deployment, application services, and more.

10 cool features of VMware Cloud on AWS

1. Add Hosts Button : one click to unbox, rack, cable up, and install ESXi hosts
 2. Hybrid Cloud Extension : You can migrate live VM’s without changing the IP address! .It alos creates an optimized tunnel to move VM’s up to 50% faster. Completely software based, no additional hardware required!
 3. It’s running on bare metal hardware : Experience the same performance running your VM’s in the cloud too.
4. Integrated Chat support : Anytime, even after hours, you can chat with support and get things resolved quickly.
5. Developer Center : Test API calls right from the UI, download code samples and SDK’s from one place.
6. Avoid cross VPC egress charges, while you use Amazon Services from your VM’s in VMware cloud on AWS.
7. Long distance vMotion : Move any on-prem VM to and from VMware Cloud on AWS.
8. Firewall rules accelerator : Now you can have template for all the firewall rules you needed to setup for a particular product or service.
9. The roadmap is public : You can Filer the criteria to the features that matter most to you.
10. HTML 5 vSphere Client : Fully featured HTML 5 vSphere client.

VMware Cloud on AWS - updates and capabilities

  • A high-storage capacity option with VMware vSAN utilizing Amazon Elastic Block Store (Amazon EBS)
  • 50% lower entry-level price with new three-host SDDC minimum configuration
  • Accelerated, predictable live migration of thousands of VMs
  • Migration assessment with Cost Insight, now part of VMware Cloud on AWS core service
  • VMware NSX/AWS Direct Connect integration for simplified, high-performance connectivity Custom CPU core counts
  • Secure data with native, software-based vSAN encryption for data at rest with AWS Key Management Service (KMS)
  • Application-centric security and micro-segmentation with VMware NSX
  • Granular network visibility for monitoring, security, and troubleshooting with flow- and packet-level visibility
  • Enhanced connectivity within SDDCs enables automation and partner solutions
  • Real-Time log management included at no additional cost.
Hope you liked it. We provide Virtualization Support , click on the link to get glimpses on what we do.
Follow us on Facebook, Twitter