JMS MQ Connection closed in JSF 2 SessionBean
- by veote
I use Websphere Application Server 8 with MQ Series as Messaging Queue.
When I open close the connection in sessionbean in a "postConstruct" method and I use it in another method then its closed. My Code is:
import java.io.Serializable;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import javax.annotation.Resource;…