Amazon MQ for Apache Active MQ | Hands On Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 24

  • @vktop2
    @vktop2 ปีที่แล้ว

    Nice video, can I connect from an application in Azure to a Amazon MQ queue in AWS? Thanks

    • @Pythoholic
      @Pythoholic  ปีที่แล้ว +1

      Yes, it is possible to connect an application in Azure to Amazon MQ queue in AWS. You can use Azure Logic Apps to connect to IBM MQ1. You can also write and run serverless MQ applications in Azure that connect to IBM MQ on Azure2. To connect with an on-premises MQ server, you must install the on-premises data gateway on a server within your network1.
      To connect to Amazon MQ, you can create an Amazon MQ broker and then connect your application to it using Java Message Service (JMS) to create a connection to the broker, create a queue, and send a message3. When you first create an Amazon MQ broker, Amazon MQ provisions an elastic network interface in the Virtual Private Cloud (VPC) under your account and requires a number of EC2 permissions4.

    • @vktop2
      @vktop2 ปีที่แล้ว

      @@Pythoholic Thank you for your answer, it helped me a lot.
      You mention that it is possible to consume AmazonMQ messages in AWS from an Azure Logic APP, do you know where I can find an example or information about this type of connection?
      Again, excellent video and thank you very much.

    • @Pythoholic
      @Pythoholic  ปีที่แล้ว +1

      thanks for the feedback and please check this aws.amazon.com/blogs/compute/running-activemq-in-a-hybrid-cloud-environment-with-amazon-mq/

  • @enessertkaya4427
    @enessertkaya4427 3 ปีที่แล้ว

    Can I connect to activemq broker created in amazon mq with esp32?
    where do i generate the certificates for it

    • @Pythoholic
      @Pythoholic  3 ปีที่แล้ว

      i would say yes. i think you can use keytool to generate cert and add it in your client.

  • @dameshbillava9152
    @dameshbillava9152 4 ปีที่แล้ว +1

    Nice one bro

  • @divyeshrakholiya1814
    @divyeshrakholiya1814 ปีที่แล้ว

    can we create one email ID and whenever send any email to that particular email it should be appear in queue. is this possible?

    • @Pythoholic
      @Pythoholic  ปีที่แล้ว +1

      i think that should be possible
      i believe u mean to say anytime you recieve an email it should save the senders email in the queue

    • @divyeshrakholiya1814
      @divyeshrakholiya1814 ปีที่แล้ว

      @@Pythoholic any idea how can we achieve this task?

    • @Pythoholic
      @Pythoholic  ปีที่แล้ว

      Have you checked SES to capture the mailer list

  • @PHanda
    @PHanda 4 ปีที่แล้ว

    Can you help me to figure out how to set JMS_AMQP_NATIVE=false in this active MQ broker from browser ?

    • @Pythoholic
      @Pythoholic  4 ปีที่แล้ว

      I believed it will be set to false if not set with native or raw.

    • @Pythoholic
      @Pythoholic  4 ปีที่แล้ว

      I haven't tried it though, will check and let you know

  • @gehnasrisravan
    @gehnasrisravan 3 ปีที่แล้ว

    Simple Java XML request an response please

  • @nigamsatyaarthi6258
    @nigamsatyaarthi6258 4 ปีที่แล้ว

    Sir can you please tell how to host a website through Nginx? Please I request

    • @Pythoholic
      @Pythoholic  4 ปีที่แล้ว

      I have made a video from ec2 to nginx. You can use that to host your application.

    • @nigamsatyaarthi6258
      @nigamsatyaarthi6258 4 ปีที่แล้ว

      @@Pythoholic Is there any other method also rather than using EC2 user data and that user data shell script you have shown us in that video?

    • @Pythoholic
      @Pythoholic  4 ปีที่แล้ว

      @@nigamsatyaarthi6258 Yeah there is. By using a NGINX AMI and creating your own setup post that.

    • @Pythoholic
      @Pythoholic  4 ปีที่แล้ว

      Hosting a website comes second. First we need to have a service that can help us configure our server. Every step once u get your service will be same.
      Post which it will depend on the vpc configuration and gateways if they are public or private based on ur requirement.

    • @nigamsatyaarthi6258
      @nigamsatyaarthi6258 4 ปีที่แล้ว +1

      @@Pythoholic OK sir thank you so much for this much help. Also till when will our full course be complete for AWS associate exam. How many more lectures?