Tagged Questions
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.
10
votes
3answers
518 views
What's the Git approach to publish a patch queue?
I am used to Mercurial mq extension to maintain a set of custom patches over the upstream. They can be published as a separate repository aside from the upstream. Now in git I use private branches and ...
8
votes
1answer
194 views
Trying to connect to MQ using PHP; almost there
So I've spent the past few days trying to solve this that seems to have been forgotten since none of the two PECL extensions available (SAM and mqseries) have been updated for a long time. I've tried ...
7
votes
2answers
303 views
Message delivery sequence in akka actors
I'm pretty new to Akka and couldn't find the answer in the reference manual.
Suppose we have remote actors distributed in the cluster of 3 machines (A, B, C), where one actor lives on each machine ...
5
votes
3answers
473 views
thread grabs other threads IPC message from queue (Linux)
When I have two different IPC message queues on Linux, sometimes the messages from the wrong queue are grabbed.
The following toy program displays the problem, can be repeated on different ...
4
votes
2answers
450 views
Are there any good alternatives to RabbitMQ for low-end setups?
I've been using RabbitMQ in a few setups now, and I can't shake the feeling that there must be something that's more easily set up. Despite it's conveniences it's hard to justify MQ for a solution ...
4
votes
2answers
291 views
Mercurial Queues: Merging Patches from Multiple Repositories
I am using Mercurial Queues on a repository, and have placed those patches in a patch repository. Another contributor has cloned my patch queue and made changes of their own. I would now like to ...
4
votes
1answer
119 views
How do I detect a connection break using MessageQueue
My application written in C# makes use of the MessageQueue class in .NET for communicating messages with another remote application and the MessageQueue should always be "connected" (heartbeat ...
3
votes
4answers
192 views
Python calling a MQ broker and DBus
My Python is worse than my Chinese (I have never seen so many smiling faces than when I try to speak Mandarin), so I need a little help:
I want something to listen to MQ (for topics specified in a ...
2
votes
1answer
77 views
Message Groups in WebSphere MQ
I have a requirement that I need to process JMS Messages (via MDB) in a way that Messages belonging to a certain group (a group ID is set) are consumed by the same bean instance. The behaviour I ...
2
votes
1answer
176 views
Websphere MQ 7.0.1 C# XMS connection causing 10054 (X'2746') tcp Error
I have a simple program connecting to a remote queue manager which seems to work fine and I can send and receive messages. However I have noticed that with every connection I am getting errors in the ...
2
votes
3answers
88 views
Maximum number of JMS Queues
We have an application that has
1) a custom server (conventional ServerSocket) that responds to
2) Java SWING applications/applets running on client desktops.
We have more than 140 such custom ...
2
votes
1answer
140 views
What is MQSecurityExit in WebSphere MQ Java classes?
I am trying to find some documentation on what is MQSecurityExit and how do we actually implement it in Java. I just have a very little idea on this - like I believe it's for authenticating MQ client ...
2
votes
2answers
128 views
What is Command level in MQ Series?
In Websphere MQ series , command level for a queue manager is 701. What does it actually specify ?
2
votes
1answer
151 views
How to use mercurial merge functionality for rejected hunks in a patch queue, without the deprecated qsave?
I have a repository and am using mq patch queue for unfinished changes. The patch queue is also under version control.
Let's say I have 2 patches p1 and p2 (applied in that order). Now I make a ...
2
votes
2answers
168 views
How can I improve performance for an MQ based batch application?
I have an application where messages keep coming at a rate of 70K XMLs per hour. We consume these XML messages and store it into an intermediate queue. The intermediate queue is created because we ...
2
votes
4answers
173 views
Is MQ publish/subscribe domain-specific interface generally faster than point-to-point?
I'm working on the existing application that uses transport layer with point-to-point MQ communication.
For each of the given list of accounts we need to retrieve some information.
Currently we ...
2
votes
1answer
82 views
What happens when I strip one version of a mercurial repository and try to synchronize with another one?
I know what happened to me when I did it. The synchronization was apparently successful, because no warnings were generated, but when I cloned the remote repository I saw that the synchronization ...
2
votes
2answers
391 views
How do I stop losing messages on MQ
I am writing a Java application, running in a LINUX environment, that does transactions on an MQ using SYNCPOINT. It uses Websphere MQ Java Classes to interact with the MQ service. What I am doing in ...
2
votes
2answers
323 views
Delphi + Message Queue
Are there any free solutions to use Message Queueing with Delphi?
I just know about Habari (which is not free) but could not find free solutions on the internet.
About the votes to close my topic. ...
2
votes
3answers
475 views
Synchronous messaging possible with JMS/WMQ?
Let's say there is a mobile application that needs to make a sync request/query for some data from a server. The request will come to hosted JMS client first, that will publish a message/request on ...
2
votes
1answer
814 views
Using Websphere MQ Topic .NET API
I read this article
And still didn't understand the notion of how topics works in MQ.
In JMS I know that you can publish a message on a Topic, and in order to receive a message from it you first ...
1
vote
0answers
26 views
WAS7 message listener error, MQQueue incompatible wih MQDestination
while trying to startup one message-listener-port in was7. I have checked all the Connection factory JNDI & Destination JNDI names, everything looks ok. And I can able to browse the queue in the ...
1
vote
1answer
44 views
How can sender know the message already be consumed with MQ JMS API?
I'm dealing with a standalone MQ JMS application, our app need to "aware" that client already consumed the message producer put on the queue. Because client app is not responsible by us. So we cannot ...
1
vote
2answers
61 views
Whats the difference between using the clear command and mqget api call to clear a queue?
While clearing the queue in WebSphere MQ, whats the difference between using the clear command and mqget API call ?
1
vote
1answer
32 views
Why is queue to queue transfer not supported in MQFTE Monitors
Why is queue to queue transfer not supported in MQFTE Monitors ? I have set an monitor for a queue and when any message is dropped in the queue , a transfer from queue to queue must be triggered. But ...
1
vote
0answers
107 views
Connecting to MQ using PHP/Linux
Is there anyone out there who successfully is using PHP/Linux to connect to MQ? For days I have desperately been trying to get this to work but to no avail. IF there's anyone out there who is doing ...
1
vote
2answers
323 views
Tibco EMS vs. MSMQ vs. MQ
Could not find an answer on this question, so would like to initiate this:
Tibco EMS vs. MSMQ vs. MQ.
How do these 3 technologies compare?
Which one is better and in which kinds of scenarios?
...
1
vote
1answer
279 views
IBM MQ vs JMS - Spring Implementation
I am working on a Spring application where we have implemented code to send messages through IBM MQ.
Now we have been advised not to directly use MQ APIs directly and instead use JMS.
The steps I ...
1
vote
1answer
270 views
Websphere MQ 7 C# XMS connection using a different user
I have been using the XMS API to connect to Websphere MQ and using the following code I am able to connect fine:
private IConnection CreateWqmConnection()
{
// Create the connection ...
1
vote
3answers
168 views
to view all websphere MQ messages in JMS call
I use JMS (Java Message Service API) in my java application to work with queues/topics residing on websphere MQ. I am looking for a tool/support pac which can show me all MQ Messages being called e.g. ...
1
vote
1answer
53 views
Interactive program to selectively exclude parts of a diff file
Is there a program (preferably available on Cygwin) which I can use to "filter" a diff file interactively? i.e. I want something like git interactive add, except that I want to operate on a diff ...
1
vote
1answer
283 views
How to do manual commit using spring's DefaultMessageListenerContainer?
We have an application that listens on a queue for messages and I know that the dmlc provides a sessionTransacted property that I assume would allow us to manually commit the message receive event, ...
1
vote
1answer
166 views
MQ Message gets delayed for Days
We use IBM WebSphere MQ for SWIFTs. When a SWIFT is received, it is processed and put into Local Queues as the processing goes on. Its like the follows :
Outside World > Q1 > App > Q2 > App > Q3 > ...
1
vote
1answer
107 views
How do I force Python PyMQI 1.2 to use my GCC compiler when I build it?
When I run the following command on AIX 6.1 to build PyMQI 1.2:
python setup.py build server
I get the following error:
Building PyMQI server 32bits
running build
running build_py
running ...
1
vote
3answers
258 views
Getting started with MQ on Java: Where to begin?
I'm trying to kludge some legacy connectivity into one of our newer applications, and this marks my first foray into MQ. We have a middleware server that accepts an XML message delivered via MQ; ...
1
vote
1answer
269 views
Python message cache for comet?
I can best describe what I'm looking for with an example of a simplified version. One of the demos for Tornado is a simple chat server:
...
1
vote
1answer
203 views
Receiving a specific message from POSIX Message Queue
I am supposed to write a C application in Unix such that N children processes will be forked from the parent process and I will send messages to these children and children are supposed to send ...
1
vote
1answer
447 views
JMS MQ binding problem
I have this strange issue with a JMS binding on a MQ queue with a MDB
The Message-Driven EJB: CrbEventMessageAsynchronousService is unable to connect to the JMS destination: ...
1
vote
1answer
254 views
How to specify WebSphere MQ channel table location for .net web application using web.config
I've been going around in circles for a while on this one now. I'm trying to connect to a distributed queue manager using a supplied channel table file. I can get this to work if I specify the ...
1
vote
1answer
260 views
Websphere MQ Topic and SSL
I'm trying to understand how common is the usage of MQ Topics in the industry.
And MQ with SSL?
Thanks,
Guy
1
vote
1answer
592 views
MQMessage exploring (using WebSphere MQ .NET API)
I'm really newbie with WebSphere MQ, but I have one question regarding the MQMessage API.
It seems that a receiver of MQMessage should know in advance:
The message type that was written (if WriteInt ...
1
vote
2answers
314 views
WebSphere - MQ Status
I am trying to fetch some information/data from (IBM) Websphere MQ using C#.
I did manage to get a message, but i can't figure out how to get details about the queue (e.g. are there any items, how ...
1
vote
1answer
413 views
OSB WLS Initialisation issue
facing some strange behavior in OSB, i have configured WLS with MQ in client mode, i am doing some minor test to check the connection, i have created a proxy service to read the message from Q1 and a ...
1
vote
1answer
279 views
We use IBM MQ6.1. Can we send messages to Queue using multi threading?
We use IBM MQ6.1. And use IBM API to send Messages to Queue.
As we need to send huge number of messages, was wondering if we can use multithreading and send messages to the same Queue.
Any ...
1
vote
1answer
98 views
any MQ services based on email?
I am looking for MQ systems (rabbitmq , activemq) for our programs. Almost all MQ run on ports. I was wondering if there are any MQ systems running on smtp or email services.
Basically I am trying to ...
1
vote
0answers
145 views
Custom WCF binding for interacting with Oracle AQ?
Anyone aware of any good examples/resources using WCF to interact with Oracle AQ (Advanced Queueing), possibly even a custom binding?
Thanks.
KJQ
0
votes
1answer
18 views
How to pooling the JMS connection in a standalone Java applications?
We are working on a IBM MQSeries application, and we use JMS API to operating the message. But we have a problem that the connection takes too much time, and we want to pooling the JMS connection, for ...
0
votes
2answers
38 views
What are MQs and how are they different from webservices
I have recently started looking into MQs and I had some very basic questions,
How to decide between web services and and MQ?
Can MQs only send string messages or can it work with Java Objects as ...
0
votes
0answers
25 views
Glassfish MQ - meaning of queue fields
Is anyone using Oracle ( sun's) Glassfish MQ for production ?
If so or otherwise, I am very much confused about the fields it show when you list queues using imqcmd list dst
There is a column ...
0
votes
1answer
33 views
Configuring MDB in Openejb 3.1.4 and Tomcat
I am using Tomcat & OpenEJB 3.1.4.Working with Message Driven Bean(EJB 2.0 - MDB) to recieve messages from MQ.What all configuration or Setup I need to do with OpenEJB-Tomcat to recieve messages ...