Salesforce

How to stagger an OpenEdge Client migration from SonicMQ to another JMS Provider?

« Go Back

Information

 
TitleHow to stagger an OpenEdge Client migration from SonicMQ to another JMS Provider?
URL NameHow-to-stagger-an-OpenEdge-Client-migration-from-SonicMQ-to-another-JMS-Provider
Article Number000183593
EnvironmentProduct: OpenEdge
Version: 11.5.1, 11.6.x, 11.7.x
OS: All supported versions
Other: Generic JMS Adapter, Adapter for SonicMQ
Question/Problem Description
How to stagger an OpenEdge Client migration from SonicMQ to another JMS Provider using the Generic JMS Adapter?
How to communicate to multiple JMS Providers from a single OE client installation?

 
Steps to Reproduce
Clarifying Information
In OpenEdge 11.5.1, the Generic JMS Adapter was introduced. Essentially, the Adapter for SonicMQ was opened up to support other JMS providers like ActiveMQ and WebSphereMQ. Configuration of the Generic JMS Adapter uses the same property files and instances as the Adapter for SonicMQ. Article  Does Progress provide a generic JMS adapter? provides more details on the Generic JMS Adapter.

The Generic JMS Adapter can only be configured to communicate with one JMS Provider at a time. While Multiple provider connection factories can be configured in the <DLC>/properties/jmsProvider.properties, only one of these can be set with the jvmarg -DjmsProvider in the <DLC>/properties/AdminServerPlugins.properties file under the [PluginPolicy.Progress.SonicMQ] section. The following documentation link provides information on configuring and administering the Generic JMS Adapter.

The inability to configure the Adapter with multiple JMS providers presents a limitation for customers that wish to stagger the migration from SonicMQ to another JMS Provider. For example, there may be multiple messaging processes that cannot all be switched over to the new JMS Provider at the same time.
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Use the Generic JMS Adapter BrokerConnect connection mode from another OpenEdge installation. When connecting with the BrokerConnect connection mode, -H is specified in the connection string, allowing for remote connections. 

Clients from the original installation will not be able to communicate over the ClientConnect or ServerConnect connection modes as those are local to the installation. Article  What are the different methods to connect to SonicMQ from OpenEdge ? provides more details on the connection modes available to the SonicMQ/Generic JMS Adapter.

Depending on the Operating System, there are multiple possibilities:

Unix:

Multiple OE installations of the same version can exist on Unix, so the same version could be installed in a different directory. However, this could require starting the Adminserver, nameserver, and BrokerConnect instance on different ports than the original installation. See Article  How To Configure Multiple Versions of AdminServer To Be Run Concurrently since OpenEdge 10.1B for details on running multiple versions of the AdminServer on one machine

Windows:

Windows has the limitation of only allowing one installation of the same OpenEdge version on the same machine. Either install the same version on another machine or install a different version on the same machine.

For example, if the current installation in 11.6:
  1. Install 11.6 on a secondary machine, configure this to use the Generic JMS Adapter BrokerConnect connection mode and connect to this from the messaging clients on the the original installation.
OR
  1. Install 11.7 on the same machine as 11.6. 11.6 clients can communicate with an 11.7 Generic JMS Adapter BrokerConnect instance.
Workaround


 
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:16 AM

Powered by