1
vote
4answers
144 views
What are the minimum requirements for writing a Java client for MQSeries?
I need to write a simple MQSeries client in Java.
The client just has to connect to the queue and pull off the next message.
I have done this before a number of years ago and hav …
0
votes
1answer
70 views
How can an IBM WebSphere MQ’s Queue Manager’s local queues be enumerated?
I'm trying to write a simple tool for monitoring the state of a Queue Manager. One of the things I'd like to monitor is the current queue depth of each queue. I haven't been able …
0
votes
1answer
64 views
With EJB 2.1, is declaring references to resources in ejb-jar.xml required?
I'm using Weblogic 9.2 with a lot of MDBs. These MDBs access JDBC DataSources and write to both locally and externally managed JMS Destinations using local and foreign XAConnection …
0
votes
0answers
154 views
JBoss 5.1.0GA: “java.lang.IllegalStateException: Null beanMetaData” and “java.lang.RuntimeException: failed to initialize bean container”
Hi,
I am trying to deploy a ear file, which was originally written for Jboss 4.0.3 SP1.
The "upgrade" involved:
use of javax.annotation.PostConstruct
change activateConfig to a …
0
votes
2answers
215 views
IBM MQ Message Listener
Hi does anyone know how to create a message listener using IBM MQ? I know how to do it using the JMS spec but I am not sure how to do it for IBM MQ. Any links or pointers are gre …
1
vote
1answer
81 views
JMS equivalent in .Net
Hi All,
I am trying to make an common abstract interface over the messaging infrastructure in our company. The design goal is to 2 fold. 1 is to hide the complexity of programming …
0
votes
0answers
11 views
Serializing DB/2 Triggers
We have a requirement to process transactions as an ordered sequence. Transactions are initiated
on system 'A' and written to a DB/2 table. A DB/2 trigger then forwards
the transac …
0
votes
0answers
40 views
IBM MQ series C++ to C# translation (transport type, heartbeat interval)
I have ported a few bits of code from C++ to C# - everything seems to be working, though I am not satisfied with my work since I have skipped over a few things which were in a C++ …
0
votes
2answers
107 views
Configuring a ‘retry delay’ in MQ Series
I'm hoping someone can help me - I'm using JBoss 5.1 and MQ Series 7 in an EJB / JMS based application. I have several message driven beans in my application, each listening on an …
0
votes
3answers
697 views
How do I browse a Websphere MQ message without removing it?
I'm writing a .NET Windows Forms application that will post a message to a Websphere MQ queue and then poll a different queue for a response. If a response is returned, the applica …
0
votes
1answer
221 views
WebSphere MQ/MQSeries - Possible to send a message to multiple queues with single call?
I'm queuing messages to a WebSphere MQ queue (NB: A point-to-point queue -- not a topic) using a stored procedure in my Oracle database. Is there a way to publish each message to m …
0
votes
2answers
800 views
mqjbnd05 error when deploying app on websphere
I have a fresh install of Wesphere 6.1 Fixpack 23. I have an app deployed that requires an MQSeries JMS Queue. I set up an MQSeries provider-based request and reply queue and an MQ …
0
votes
0answers
58 views
How to find long running transactions in Websphere MQ Series?
In a J2EE environment the MQ server log shows the following:
Process(954584.5) User(mqm) Program(amqzmuc0)
AMQ7469: Transactions rolled back to release log space.
....
While incr …
1
vote
1answer
161 views
On Windows - where is a mqji.properties for me to use?
My application is a stand alone Java app, that customers download, install and run. It uses MQ to communicate with a host, which has been working for years. Neither myself nor cust …
0
votes
0answers
122 views
Strange problem in SQL job and stored procedure
I have a stored procedure which will pick MQ files from receive location, process it and drop it in save location.
Currently, this stored procedure is not working when I execute i …
