- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- DMQ/BMQ question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-10-2007 06:07 AM
тАО12-10-2007 06:07 AM
Suppose 2 nodes, same DMQ bus.
Node 1: Application X starts up, binds to group Y (not yet existing and so creates connection)
Node 2: Application X starts up, binds to group Y.
If node1 and node2 run in as a cluster, Node2::X would now be unable to do anyting since group Y is now onwed by Node1::X and so node2::X will get into a wait state, to become active only if, for whatever reason, Node1::X gives up.
But what happens if node1 and node2 are stand-alone systems:
1: Node2::X waits until Node1::X stops and group Y is released.
2: Node2::X will startup and access group Y
(You may assume that the DMQ configuration is correct)
WG
OpenVMS Developer & System Manager
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2007 06:43 AM
тАО12-11-2007 06:43 AM
Re: DMQ/BMQ question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2007 06:53 AM
тАО12-11-2007 06:53 AM
Re: DMQ/BMQ question
I don't remember all of the terminology, but why wouldn't you have both nodes 1 and 2 start up and attach to a pre-existing, permanent shared queue? As I recall, each also has its own temporary queue to send directly to the desired node. Otherwise, either node can get the next message from the shared queue, or wait....
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2007 10:59 AM
тАО12-11-2007 10:59 AM
Re: DMQ/BMQ question
Thanks for this link - I couldn't work my way through the BEA site. It/s very useful.
Sheldon,
The idea is that if the proces on Node1 has started, the one on Node2 should not continue and be 'stand-by' to take over if the proces on node1 stops. WOuld that be possible using permanent shared queues?
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2007 11:07 AM
тАО12-11-2007 11:07 AM
Re: DMQ/BMQ question
This is the proces X that will start on node1 first and be active, and second on node2, becoming standby - to implement a kind of automatic failover. I know it works in a cluster environment, the program however cannot run in a cluster (technical reasons beyong the scope of this question) so it would be nice to know whether it would work in a non-clustered environment.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2007 08:02 PM
тАО12-11-2007 08:02 PM
SolutionI also vaguely recall something about having a permanent non-shared queue, and possibly some way to indicate "interest", and get notified when it becomes free.
Like I said, it's been several years since I looked at DECmessageQ.
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2007 12:06 PM
тАО12-12-2007 12:06 PM
Re: DMQ/BMQ question
OpenVMS Developer & System Manager