VOOZH about

URL: https://www.javacodegeeks.com/author/Christian-Posta/page/9

⇱ Christian Posta, Author at Java Code Geeks - Page 9 of 10


  • 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
    Christian PostaJanuary 3rd, 2013
    0 152

    Apache Apollo REST API

    Apache Apollo is a next-generation, high-performance, multi-protocol messaging broker built from the ground up to one day be a drop-in…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaDecember 4th, 2012
    0 185

    ActiveMQ: Understanding Memory Usage

    As indicated by some recent mailing list emails and a lot of info returned from Google, ActiveMQ’s SystemUsage and particularly…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Christian PostaSeptember 7th, 2012
    0 124

    Benchmarking JMS layer with JMSTester

    For most of the clients I’ve been to, scaling out a JMS messaging layer with ActiveMQ is a priority. There…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaAugust 29th, 2012
    0 126

    Guaranteed messaging for topics, the JMS spec, and ActiveMQ

    Recently a customer asked me to look closer at ActiveMQ’s implementation of “persistent” messages, how it applies to topics, and…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaJuly 11th, 2012
    0 116

    Managing large deployments of MQ and ESB with Fuse Fabric, Part I

    FuseSource just recently released enterprise versions of their distributions of ActiveMQ and ServiceMix. Some of the top features include incremental…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaJune 27th, 2012
    0 120

    ActiveMQ Network Connectors

    This post is more for me and any ActiveMQ contributors that may be interested in how the Network Connectors work…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMay 24th, 2012
    0 269

    Understanding how OSGI bundles get resolved

    I’d like to review how OSGI bundles get resolved and use Apache Karaf to demonstrate. Karaf is a full-featured OSGI…

    Read More »
  • Core Java👁 Image
    Christian PostaMay 21st, 2012
    1 1,063

    Java static methods can be a code smell

    Definition of code smell (from Wikipedia): “any symptom in the source code of a program that possibly indicates a deeper…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
Back to top button
Close