• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Status of msg on remote MQ server crash, clustering MQ servers

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSphere and MQ Client installed are installed in Linux box. MQ client connects to remote MQ Server. I am using a simple P2P application.

I have a 2 broad items to discuss:

Item 1: Msg in queue is persistent and crashing of remote MQ server. There
are 2 scenarios:
A) Persistent msg is put in queue and remote MQ server crashes before that msg is consumed. Will this msg be available after MQ server comes back up?

B) If remote MQ server is down, can the client still continue putting persistent messages in queue using MQ client in WebSphere box? Or, if the remote MQ server is down, client will get an exception if it tries to put msg in the queue?

What are answers for the above 2 scenarios?

Item 2: MQ Client or light weight MQ Server in WebSphere box. There are also 2 scenarios for this item:

A) Install light weight MQ server in WebSphere box and light weight MQ server connects to remote MQ server. Is there any light weight MQ server that can be installed in WebSphere box?

B) Install MQ client in WebSphere box and MQ client connects to multiple MQ servers configured in a cluster. Can someone refer me to a document that shows how to configure MQ client in WebSphere box to connect to multple MQ servers configred in a cluster?

I have my opinion. But also want to know what the the preferred architecture and pros and cons of the above 2 architectures.

Thanks in advance.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic