VOOZH about

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

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


  • Enterprise Java👁 Image
    Claus IbsenOctober 25th, 2013
    0 157

    Apache ActiveMQ 5.9 released

    The Apache ActiveMQ team has just released the new ActiveMQ 5.9 release. This release is 8 months of hard work…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Andrew GloverOctober 12th, 2013
    0 78

    All Other Metrics Are Useless

    When it comes to queues, whether they’re implemented as JMS, database tables (i.e. what Ruby’s Delayed::Job uses for a queue),…

    Read More »
  • Core Java👁 Image
    Tomasz NurkiewiczMay 14th, 2013
    2 813

    Java 8: Definitive guide to CompletableFuture

    Java 8 is coming so it’s time to study new features. While Java 7 and Java 6 were rather minor…

    Read More »
  • Enterprise Java👁 Image
    Piotr NowickiMay 11th, 2013
    2 150

    Java EE 7: JMS 2.0 With Glassfish v4

    Java EE 7 has been recently accepted by the Executive Committee. This means that soon we should have Java EE…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Marcin GrzejszczakApril 28th, 2013
    3 1,184

    Spring JMS, message automatic conversion, JMS template

    In one of my projects I was supposed to create a message router that like all routers was supposed to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Koen SerneelsApril 11th, 2013
    2 454

    JMS and Spring: Small Things Sometimes Matter

    JmsTemplate and DefaultMessageListenerContainer are Spring helpers for accessing JMS compatible MOM. Their main goal is to form a layer above…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaApril 8th, 2013
    0 324

    ActiveMQ Message Priorities: How it works

    There’s usually a steady drip of questions on the mailing list surrounding ActiveMQ’s message-priority support as well as good questions…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaFebruary 25th, 2013
    0 208

    ActiveMQ Clustering, Durable Subscribers, and Virtual Topics to the rescue

    So you want to do publish-subscribe with ActiveMQ across distributed topics and be reliable. You can just use durable subscriptions,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Tomasz NurkiewiczFebruary 23rd, 2013
    1 342

    Implementing custom Future

    Last time we learned the principles behind java.util.concurrent.Future<T>. We also discovered that Future<T> is typically returned by libraries or frameworks.…

    Read More »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
Back to top button
Close