Monthly Archives: September 2020

MSSQL Server – Enable or Disable a Server Network Protocol

Microsoft describes process of enabling or disabling a Server Network Protocol for MSSQL server as follows: Using SQL Server Configuration Manager To enable a server network protocol In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration. In the console pane, click Protocols for <instance name>. In the details pane, right-click the protocol you… Read More »

RabbitMQ and Windows – Enabling web interface

After installing RabbitMQ search for RabbitMQ Command Prompt and open it with admin privilege like as shown below.   The management plugin is included in the RabbitMQ distribution. Like any other plugin, it must be enabled before it can be used. That’s done using rabbitmq-plugins command: rabbitmq-plugins enable rabbitmq_management   Now verify via browser in URL http://localhost:15672/… Read More »