wmq: how to create queue via mq client connected to queue manager
Date : March 29 2020, 07:55 AM
This might help you Have a look at SupportPac MO72. It is a client-based version of runmqsc called mqsc. If you are suitably authorized (or if nobody bothered to secure the QMgr) then you can do anything with mqsc that you can with runmqsc.
|
Is it possible to look at received queue messages with the Tibco queue client?
Tag : java , By : Mahyar Sepehr
Date : March 29 2020, 07:55 AM
Hope that helps No. Not for "past" messages. Messages acknowledged by the receiver are removed from the queue - as their "function" is already done.
|
Android devices connected with NSD, how to send messages using sockets (Client-Client)?
Tag : java , By : jamerson
Date : March 29 2020, 07:55 AM
I wish did fix the issue. So I figured it out at last. I was studying sockets a little more in detail. ex:
|
ActiveMQ receiving messages from a queue sent before client get connected
Date : March 29 2020, 07:55 AM
it should still fix some issue this the normal behavior defined, messages sent to a queue still pending and not lost if there is no consumer connected. UPDATE persistent queues (default value: 1000)
non-persistent queues (default value: 1000)
persistent topics (default value: 100)
non-persistent topics (default value: Short.MAX_VALUE - 1)
|
ActiveMQ: multi-consumers connected to one queue but only one consumer recieve all the messages
Date : March 29 2020, 07:55 AM
|