VOOZH about

URL: https://www.javacodegeeks.com/tag/jms/page/3

⇱ JMS Archives - Page 3 of 7 - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJune 22nd, 2015
    0 154

    Types of JMSContext in JMS 2.0

    If you follow Java EE, the simplified API components in JMS 2.0 (Java EE 7) will not be unknown to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Pascal AlmaMay 19th, 2015
    0 198

    More advanced stuff with JMS and AWS SQS

    As you might know SQS in AWS SQS stands for ‘Simple Queue Service’. While playing around with it I recently…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Pascal AlmaApril 24th, 2015
    0 278

    Using AWS SQS as JMS provider with Spring

    Recently AWS published a new client library that implements the JMS 1.1 specification and uses their Simple Queue Service (SQS)…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMarch 2nd, 2015
    0 191

    Speeding up ActiveMQ persistent messaging performance by 25x

    Apache ActiveMQ, JBoss A-MQ, and Red Hat Apache ActiveMQ is a very popular open-source messaging broker brought to you by…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJanuary 21st, 2015
    0 191

    MDB != JMS and vice-versa

    Basics A Message Driven Bean (further referred to as MDB) is just another EJB like Stateless, Stateful or a Singleton.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex SotoJanuary 14th, 2015
    0 550

    Apache TomEE + JMS. It has never been so easy.

    I remember old days of J2EE (1.3 and 1.4) that it was incredibly hard to start a project using JMS.…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaJuly 29th, 2014
    0 236

    Mule ESB, ActiveMQ and the DLQ

    In this post I will show a simple Mule ESB flow to see the DLQ feature of Active MQ in…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 1st, 2014
    0 138

    Spring Integration Java DSL sample – further simplification with Jms namespace factories

    In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…

    Read More »
  • Enterprise Java👁 Image
    Ashwini KuntamukkalaJune 10th, 2014
    0 132

    ActiveMQ – Network of Brokers Explained – Part 5

    In the previous part 4 we have seen how to load balance remote consumers on a queue using network connectors.…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close