• 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

Communicating across JVMs in WAS 6

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to create a publish/subscribe mechanism where publishing happens on one JVM and subscriber is on another JVM. For this i have created a SI Bus, a TOPIC, an ActivationSpec.

In the code, i log a statement after sending a message to a TOPIC. However, in the second JVM's log i dont find any corresponding statement for having received the message.

Am i missing anything here ? Do i need to create a foreign bus or a SI Bus link for this purpose?

Environment: WAS 6.0.
 
Swamy Kumar
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had tried the same on WAS 6.1 - and it works with no additional changes in configuration. The server version that is used currently is WAS 6.0.2.27. Any patch that would make it work in this version ? Would appreciate if i cud get a response for this.
 
Beware the other head of science - it bites! Nibble on this message:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic