I am very new to Jersey and I did a search but unable to figure out whether Is there a way in jersey client to use connection pooling instead o
You can configure Jersey client to use Apache HttpClient with connection pooling. Details of how to do so can be found on this blog post. Note that the post itself covers Jersey 2.x, but there is a gist for Jersey 1.x mentioned in the comments.