The ambiguous 'mq' tag refers to variously to message queuing in general or any of several implementations of messaging middleware with "MQ" in the name.
0
votes
1answer
22 views
What is format of websphere MQ messages
After checking out mq series docs and white paper I have got the architecture for MQ messages ie Message descriptor (Message header)
Application data (Message body) and its details here
But I want to ...
0
votes
0answers
13 views
Disk based message queue
For a project I am using Redis as message queue. Doing sadd() / spop() in a set.
However, the set get really big 10GB and growing, so I will need to move the things to some real MQ.
What could be ...
0
votes
3answers
28 views
Turning MQ log messages off in standalone application
SOLVED
Hej
I find the answer from IBM page:
IBM Page that solve the problem.
Hope it helps others with same problem.
Cheers
I wrote a simple method to a read messages from a MQ-Queue.
In a loop, I ...
0
votes
3answers
31 views
Framework for handling multiple messages coming in JMS [closed]
We have a JMS channel on which different types of messages are coming,currently we have a code in place to check which message to process in a particular way by checking the content of mesage.We are ...
1
vote
1answer
19 views
Do RabbitMQ, Beanstalk or Resque support scheduling a task at a certain date?
I've looked at RabbitMQ, Beanstalk and Resque, which all seem geared towards asynchronous, non-delayed tasks (i.e., run all of these as quickly as possible).
Do any of them support scheduling a task ...
-2
votes
0answers
7 views
IBM MQ - Gettinga list of messages from Queue Manager [closed]
I was wondering if any of you experienced programmers out there have been able to retrieve a list of all messages which recide on the Queue Manager (waiting to be pulled off by you); without having to ...
1
vote
1answer
25 views
How to make child as parent in xml tree
I am working on message broker. But the query I am doing is very simple and can be answered by any DB guy also .
here is the query code to read xml and getting xml output
SET ...
0
votes
2answers
33 views
IBM MQ - Wake up a MQ Channel
I was wondering if you can help me solve the following problem.
After a while of no-messages being received by the Queue Manager, the Queue Manager goes to 'sleep' and unless you use IBM WebSphere ...
2
votes
0answers
43 views
What is starting my MQ channels?
Following on from a prior question we have discovered some behaviour which I cannot understand with MQ channels.
At startup, we issue the following commands:
STRSBS SBSD(QMQM/QMQM)
STRMQM ...
0
votes
2answers
33 views
MQ Cache? good or bad idea?
I am wondering if MQ can be used as a state cache for monitoring? And is this a good idea or not?
In theory you can have many sources (monitoring agents) that detect problem states and distribute ...
0
votes
3answers
51 views
How to reset a queue in IBM MQ?
How do i reset a queue? I want to clear all the messages in the queue, before i start to write a message into a queue. Is there any way i can reset without doing a get call?
MQQueueManager mqQMgr = ...
0
votes
0answers
29 views
Mocking IBM MQ methods and classes
How can i mock Get and Put methods of MQGetMessageOptions and MQPutMessageOptions for my unit testing ? Instead of hitting the actual queue, i want to mock those. I am using MQ.NET classes.
...
0
votes
0answers
14 views
With something like fastcgi_finish_request , don't queues become very limited in their use?
This is more of a general question. I think you can offload most of the "extra" stuff like sending mails, triggering calls to a socket server, logging etc. to after fastcgi_finish_request has been ...
0
votes
0answers
29 views
QueueReceiver receive method [closed]
When I create:
QueueReceiver queueReceiver = session.createReceiver(fileReception);
Message reponse =queueReceiver.receive();
The queue doesn't contain any message but normally the var 'reponse' ...
0
votes
1answer
72 views
Validating message(s) in IBM MQ in import and export queues
I am trying to write 2 methods to test whether the sent message in one queue is received in another queue.
Send method - Sends message, for example - "Message 123" - to export queue with unique ...
0
votes
1answer
72 views
IBM MQ issue with 32-bit operating system(not able to connect)
There is an issue i am facing with 32-bit windows OS(windows xp) when connected with IBM MQ 7.1 client.
I am using 7.1.0.0 amqmdnet.dll (referenced from IBM\websphere\bin folder)
<Reference ...
0
votes
1answer
22 views
MQPUT while using MQCB : MQRC_HCONN_ASYNC_ACTIVE
Our process needs to read messages from a topic on the local Q manager and also write to a different topic on the same local Q manager.
To read messages we have used MQCB. The messages reach the ...
1
vote
1answer
26 views
MQ authentication of client channel fails if certificate replaced with certificate chain
I have MQ version 6 and the authentication was working with a single personal certificate to validate connection using a client channel. Now the client entity connecting from the other end to the MQ ...
1
vote
2answers
59 views
When should I reset my MQ channels?
I've been studying the vagaries of channel statuses, how they get to those states and what to do to get them stopped or started. I've got a pretty solid understanding now, but a colleague brought up ...
1
vote
2answers
42 views
MQ Message rollback
I'm trying to read messages from an MQ queue in Java and I'm a little confused about the flow when comes time to roll back when handling exceptions.
I have a reader class that runs in a loop and look ...
0
votes
0answers
34 views
Questions about queue in RabbitMQ? [closed]
Can anyone provide me with answers for my below questions:
1) Max queues allowed in RabbitMQ?
2) Max messages allowed in a queue in RabbitMQ?
3) Max size of a message in a queue?
4) Does broker ...
1
vote
1answer
60 views
IBM MQ client backward compatibility
I am using 7.5.0.0 amqmdnet.dll and building my .net app using MQ.NET classes, however after deployment, if the target machine has 7.1.0.0 MQ client installed, the app throws can't find assembly
...
1
vote
1answer
80 views
Two consumers on same Websphere MQ JMS Queue, both receiving same message
I am working with someone who is trying to achieve a load-balancing behavior using JMS Queues with IBM Websphere MQ. As such, they have multiple Camel JMS consumers configured to read from the same ...
0
votes
2answers
53 views
Connecting back automatically when there is a loss of connection
We have a request to connect automatically when there is a connection failure(so that messages are not lost/neither its correlation ids).
Automatic reconnect to messages/MQ Manager via IBM MQ 7x ...
0
votes
0answers
17 views
Same broker for multiple Glassfish domains
I'm running two domains on Glassfish 3 (lets call them domain A and domain B). In the broker of domain A I have some message queues to which I deliver some messages via application. In domain B I've ...
0
votes
1answer
69 views
Writing a simple application to inject messages onto a queue
I'm trying to write a simple Java program to inject an MQ message onto a queue. I'm very inexperienced with writing to MQ queues using Java and have a couple of questions.
Can I connect to the unix ...
1
vote
1answer
97 views
Doesn't continuously read messages from IBM MQ Queue
When i have 2000 messages in an import queue, when i read it through get like this
MQQueue mqQueue = null;
MQQueueManager mqQMgr=null;
try
{
//Create connection to queue manager
mqQMgr = new ...
0
votes
0answers
40 views
Coded character set id in MQ.(gettting the default value from queue manager)
My queue manager is showing coded character set id as 819 when i look via IBM MQ explorer(via properties), however when i send a message, it comes back as 437(thro' MQ.NET).
How do i get the value ...
0
votes
1answer
42 views
compiling amqsput0.c [MQ]
I'm new to MQ. I'm trying to compile amqsget0.c file for testing purpose with slight modification.
But whenever it try to connect to the Queue, it returns with an error
<02:17:16>Successfully ...
0
votes
1answer
71 views
Accessing remote MQ server from MQ.NET
How do i access the remote server of queue manager from my MQ.NET?
i.e. If the queue manager is IBM MQ 7x, i would like to enable auto reconnect, if not no auto reconnect. Like, is there any ...
2
votes
0answers
56 views
ServiceStack: How to make InMemoryTransientMessageService run in a background
What needs to be done to make InMemoryTransientMessageService run in a background thread? I publish things inside a service using
base.MessageProducer.Publish(new RequestDto());
and they are ...
1
vote
2answers
72 views
Websphere MQ clustering
I'm pretty new to websphere MQ, so please pardon me if I am not using the right terms. We are doing a project in which we need to setup a MQ cluster for high availability.
The client application ...
0
votes
0answers
60 views
Open source MQ testing tools
What is best tool to do automation of MQ testing? I need to post a message to mq and verify whether it is working fine.
I use Jmeter for testing the same, It will be great if could pelase suggest me ...
0
votes
1answer
31 views
hg mq - is there a command to move a patch between patch queues?
I realize patch queues have a pretty simple implementation, and you can move stuff manually, but is there a command to move a patch between two queues?
0
votes
0answers
75 views
JMS MQ connection pooling in WAS 7
We are using JMS to communicate with WebSphere MQ [V7] using WebSphere Application Server [V7]. Application is heavy with a load of around 4-5 tps. We use connection factory along with a sender and ...
0
votes
0answers
63 views
real time server technology suggestions [closed]
Im starting a project to build a real time position server. The server app will receive orders from various sources, then send the orders and an updated position to all of the connected clients. There ...
3
votes
1answer
70 views
Why is the CCSID shown as 0 in my MQ?
i can see error as below from the error log of my QMGR:
- Process(27605.1) User(umts) Program(runmqtrm)
AMQ6047: Conversion not supported.
EXPLANATION:
WebSphere MQ is unable to convert string data ...
1
vote
1answer
32 views
Way to automatically clear all applications connected to the queue
We have an environment where MQ acts as an interface between
Websites and Micro Focus. Sometimes a message gets stuck in a queue,
thereby blocking all the communications over that particular queue. If
...
1
vote
1answer
118 views
Connecting JMS to MQ using MQClient java and MQExplorer error JMSWMQ2013
I am using MQexplorer to handle queue manager, and when I connect to MQ using JMS with JNDI lookup, using qcf.createQueueConnection(); I am getting JMSWMQ2013: The security authentication was not ...
0
votes
2answers
76 views
Listeners are down on the Queuemanager (IBM Websphere MQv7)
I have connected to remote queue manager which has a bunch of queue's. But the Queue listeners (Open Input Count) are not showing up. The Tomcat Application server is up and running.
What could be ...
1
vote
1answer
79 views
MQMessage deos not send whole message
I am fairly new to MQMessage broker. In my project, I want to send an xml message. Every thing is ok but when message get larger than 500 bytes, My code send broken message to the Queue. what I am ...
0
votes
0answers
58 views
Easiest way to distribute JMS messages in a Glassfish cluster?
we have some kind of "batch application" on a Glassfish 2.1 server. This application receives HTTP "job requests" in a module called "Job Generator". Based on this requests "Job Generator" generates a ...
1
vote
1answer
270 views
How to lookup remote JNDI
Is it possible to lookup remote JNDI in IBM MQ. My scenario is I have an MQ installation on machine A, with JNDI resources(JMS Administered objects in MQ Explorer).Now if I want to connect to MQ via ...
1
vote
1answer
61 views
Progress V.10 with non-Sonic JMS
Is it possible to send/receive JMS messages from a Progress V10 (specifically: 10.2B06) ABL application or is it working exclusively with Sonic?
If the answer is yes, pointers to documentation would ...
-1
votes
1answer
28 views
What sort of QA testing is related to Java MQ [closed]
What sort of testing is related to Java Message Queue? What sort of scenarios can I expect?
1
vote
1answer
181 views
Remote WebSphere MQ Configuration with multiple consumers
we have a situation where, we already have a working setup with a vendor that sends us messages over a remote queue. We have only one consumer today that consumes these messages from the queue.
We ...
0
votes
1answer
57 views
Executing file to queue transfer with order?
We are currently implementing mq fte solution
One of the projects need to executive file to queue function because the target system reads only from mq .
We are looking for a way not only upload ...
1
vote
0answers
36 views
How to Connect to Local JNDI using WAS v8.5
So I have a couple MQs set up in WASv8.5. I have tested these and they work fine, now I need to test some functionality. In order to do this I downloaded the "New" MQJExplorer and I noticed the ...
0
votes
0answers
35 views
mqseries selection string
I have been working with Websphere MQ in C# for a while now, but am just getting the green-light to work with some of the pub/sub features (in version 7.5, both on the queue manager server, as well as ...
0
votes
1answer
47 views
Microsoft MQ MQRC NOT AUTHORIZED
So I've tried everything I can think of and this is my last resort.
I am new to MS-MQ and I have written a small app to connect to a Remote Queue Manager. However it is not working. I receive an ...

