I have downloaded RabbitMQ and seeking tutorial. However I'm not in Java at all and I don't know how to solve problem.
Problem is that I get this error
error: package com.rabbitmq.client does not exist import com.rabbitmq.client.ConnectionFactory;
error: package com.rabbitmq.client does not exist import com.rabbitmq.client.Connection;
error: package com.rabbitmq.client does not exist import com.rabbitmq.client.Channel;`
I have downloaded server and some client jars from this website, but I don't know how to include all the stuff in Java Project.
Also I'm using netbeans 8.0.2