java - TIBCO ems Queue limit exceeded -


i getting exception (shown below) when trying send messages tibco ems queue.

 javax.jms.resourceallocationexception: queue limit exceeded  @ com.tibco.tibjms.tibjmsx.buildexception(tibjmsx.java:523)  @ com.tibco.tibjms.tibjmsxsessionimp._publish(tibjmsxsessionimp.java:1390)  @ com.tibco.tibjms.tibjmsmessageproducer._publish(tibjmsmessageproducer.java:246)  @ com.tibco.tibjms.tibjmsqueuesender.send(tibjmsqueuesender.java:51) 

the place have seen exception talked link : http://class10e.com/tibco/a-queue-is-defined-as/

and here able guess required have @ least 1 consumer per queue before send messages. once created consumer worked, 5 or 6 messages. strange empty queue before every time test, , sending same exact text messages, there no size difference. how come fails after 5 , after 6 messages? not consuming messages after empty queue (i created consumer used eclipses debug pause thread of message consumer). know cause of exception is?

seems there seems maxbytes or maxmsgs properties set on destination.resulting in queue limit exceeded error.

please check destination property ..

hope helps


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -