• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

SOA Messaging

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I’m heading a project developing a Java application in SOA methodology.
I’m seeking a suitable messaging middleware, any ideas?
Thanks,
JIM
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jim,
It depends what kind of application you are writing, what performance you are looking for and if you need high availability? There are many solutions some are EAI based and some are pure messaging. some are expensive and some are free....
Sean
^&^
V
 
Jim Port
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I’m building a trading related system, requires high performance and high availability.
Looking at approximately 20K messages/sec. Approximately 100 node LAN.
I came across a product of a Company called Coridan Inc. and downloaded their trial version, does anyone have experience with this product?
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you feel like there are no suitable products out there (or they cost too much) and decide to write your own, JGroups might be worth a look.
Another promising technology might be Jini and JavaSpaces. The leading products/implementations are GigaSpaces and AutevoSpaces.
 
Sean Black
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jim,
Never used the Coridan stuff, but it does look interesting. especialy the fact that it is a fully JMS compliant. Let me know how it works for you?
BTW: Do you had to do special configuration? Does it scale?
Sean.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jim Port:
I’m building a trading related system, requires high performance and high availability.
Looking at approximately 20K messages/sec. Approximately 100 node LAN.



Our Tangosol Coherence software is used as the clustering & HA backbone for several production Java-based trading systems and trading system clients. This topic came up recently on TSS:

http://www.theserverside.com/news/thread.tss?thread_id=35831

Peace,

Cameron Purdy
Tangosol Coherence: Clustered Shared Memory for Java
 
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic