Monday, July 20, 2015

Hi All, In this post I'll describe how you can install RabbitMQ sever and Management console in the easy way using apt-get :). You can follow the following instructions to get this done. Installing RabbitMQ Server Add the following line to your /etc/apt/sources.list filedeb http://www.rabbitmq.com/debian/ testing main To avoid warnings about unsigned packages, add repo public key to your trusted key list using apt-key:...

Monday, July 13, 2015

In this post I will explain you how to add a delay to a response when working with mock services in SOAPUI. This is quit simple, in-order to create a SOAP UI mock service you follow this guide. After creating a mock service do the following to add a delay to the response. 1. Open The mock service and click on the specific action  and open the response tab as shown below. 2. Now from dispatch option select Script option. 3. Now add...

Monday, July 6, 2015

After installing Apache Server using apt-get it can be quit difficult to remove all the packages that were installed together with Apache2. You can follow the following instructions to completely get rid of Apache2 Server. 1. Remove the apache server. sudo apt-get --purge remove apache2 2. Now remove any remaining packages a. Search whether there are any remains pakcages. To see this execute the following command dpkg --get-selections...
Subscribe to RSS Feed Follow me on Twitter!