1 2 3 4 5 6 7 8 9 10

My broker is bloating with undelivered messages. What do I do?

367 byte By christenscreen at 2007-11-25 8:07:04
When there are messages back-logged in the broker waiting to be sent to the subscribers, we see that the memory on our server (i.e. IMQ client) increases drastically. Why should the client's memory go up when messages are blocked on the broker?We are facing a serious memory problem because of ...

Why am I getting Resource in Conflict errors?

435 byte By christenscreen at 2007-11-25 8:07:05
I have some code about ConnectionConsumer that works fine with J2EE JMS.When I tested them with iMQ, I got following "Resource in conflict" errormessage. If I run some other examples without ConnectionConsumer, they workfine. Therefore, I like to know if iMQ support ConnectionConsumer? And ...

How do message listeners work?

848 byte By christenscreen at 2007-11-25 8:07:06
I still have acouple of generic questions. The message listener is added to the session which is not specific to anyparticular Queue. This could imply that the listener will receive messagesfor all queue's that are associated with the queue connection.Is there any guarantee that for all JMS ...

Does iMQ support SNMP?

60 byte By christenscreen at 2007-11-25 8:07:07
do we or will we provide SNMP support for iMQ?

How do I use connection factories?

579 byte By christenscreen at 2007-11-25 8:07:08
I am using IMQ for a use case, i have three question for imq:1.I make a broker or connection factory for all of my use case, or i make more brokers or connection factories for functions in one use case? if i don't use object store,when i send a msg i will create a connection factory every ...

How many client connections will iMQ 2.0 handle?

535 byte By christenscreen at 2007-11-25 8:07:09
My main concern is what the number of concurrent client connections (in a single instance) iMQcan handle? This also depends on Hardware/Software configuration, JVM version (if it pure Java implementation), etc. But it also depends on Vendor implementation. For example FioranoMQ claims that can ...

How do I make SimpleChat run on multiple hosts?

577 byte By christenscreen at 2007-11-25 8:07:10
I downloaded iPlanet Message Queue for Java 2.0. I am trying to run theexample SimpleChat.java. I have installed iplanet on two machines (bothwith typical install on Windows NT). If I open two sessions on the samemachine and run SimpleChat on both the sessions, i am able to exchangemessages b/w ...

Does iMQ 2.0 support clustered or replicated JMS queues?

456 byte By christenscreen at 2007-11-25 8:07:11
Does the Application Server support the notion of clustered or replicated JMS queues? Would this be another product in the iPlanet family? Specifically, our problem would be a situation with 2 clustered application servers, A and B. Server A has queues 1 and 2. Server B has queues 3 and 4. An ...

Comments on Admin GUI of iMQ

343 byte By christenscreen at 2007-11-25 8:07:12
The Admin console GUITool ( Swing based) looks good. But it seems to miss he feature where I can click on destinations and click on one of the primary queues and drill down to see the messages inside the queue. Is there other tool that I need to download to be able to browse the queue messages? ...

Can I cancel a message I've sent?

837 byte By christenscreen at 2007-11-25 8:07:13
We are using iMQ to send a message that will invoke a translet. One of ourrequirements is to be able to cancel translets and specific messages once amessage has been sent to the broker. For example, lets say three messagesare sent to a broker, message 1, message 2 and message 3.While all ...

How do I use Sybase as a pluggable store?

1539 byte By christenscreen at 2007-11-25 8:07:14
I tried to use a Sybase database for pluggable persistence, but could not createthe required tables.I created a Sybase login/password for jmq, created a database within the dataserver,changed that database to ownership by jmq's login, set the default for that loginto that database, and ...

I'm having messages redelivered unexpectedly. Why?

1025 byte By christenscreen at 2007-11-25 8:07:15
I am using iPlanet Message Queue for Java version 2.0 for a messagingapplication. I have a publisher and a subscriber who subscribe to the sameTOPIC. I am using Publish-Subscribe messaging . The publisher publishes amessage to the topic and the subscriber picks it up. I have set themessage ...

How do I use HTTPS with iMQ 2.0?

446 byte By christenscreen at 2007-11-25 8:07:16
Our business requirement mandates that we have to use tunneling in a SECURE way, i.e. we have to use HTTPS tunneling. Certainly this requires JMQ client code to open SSL socket instead of plain socket and also requires Web server to be configured and provides some management function to deal ...

Questions about setting up object stores.

2823 byte By christenscreen at 2007-11-25 8:07:17
I recently installed iPlanet Message Queue 2.0 on two machines. I haveseveral of questionsUsing the administrator, I have set up iMQ Object Stores on my machine. Iam assuming that the broker is on another machine. I have setup ObjectStores as well as Brokers on that machine. Should I set up and ...

Errors installing patch 111858-01.

764 byte By christenscreen at 2007-11-25 8:07:18
I ran 111858-01 patch install, however, keep getting the followingerror:/var/sadm/patch/111858-01/log-This appears to be an attempt to install the same architecture andversion of a package which is already installed. This installationwill attempt to overwrite this ...

How do I use my own JRE instead of the packaged one?

380 byte By christenscreen at 2007-11-25 8:07:19
just installed the iPlanet MQ Demo (2.0, Build 248-b). Since I have Javaalready installed, I don't want to user 13MB for a second JRE.Unfortunately, it's not smoothly possible to set my own JRE. (jmqsrvadmininstall -jrehome ... helps a little, but also screws up JMQ_HOME)Is there a patch ...

What happens if I don't set a client id for durable subscribers?

86 byte By christenscreen at 2007-11-25 8:07:20
What happens if I don't set a client id for durable subscribers?

How do I close a durable subscriber?

50 byte By christenscreen at 2007-11-25 8:07:21
How do I close a durable subscriber?

Is there any way to dispose of inactive subscribers?

66 byte By christenscreen at 2007-11-25 8:07:22
Is there any way to dispose of inactive subscribers?

How do you reconnect brokers?

473 byte By christenscreen at 2007-11-25 8:07:23
We are evaluating a multiple broker configuration.Everything works when the broker to broker connection is connected.When we break it and reconnect it, sometimes messages are delivered, sometimes they are not.In our test program we are passing JMQReconnect = true and JMQReconnectDelay = 10to ...

How does installing patch 11858-01 work?

796 byte By christenscreen at 2007-11-25 8:07:24
I'm trying to install iMQ 2.0sp1 and stuck'd on no patch 111858-01installed.From the install guide it give me strong idea thatthe installer will do: 1. if this patch is there or not 2. if not, install it 3. continue install iMQ But from the image (retrived from .tar), it is not this structure ...

Will iMQ 3.0 support JAXM?

268 byte By christenscreen at 2007-11-25 8:07:25
We have a customer who is interested to know how to use iMQ with JAXMI noticed on http://developer.iplanet.com/tech/imq/imq.3.beta.jspthat there are plans to do this in 3.0.Can you elaborate on this ...when and what kind of support ?

What causes exception 4003?

1795 byte By christenscreen at 2007-11-25 8:07:26
javax.jms.JMSException: [C4003]: Error occurred on connection creation.- caught javax.jms.JMSException^Matcom.sun.messaging.jmq.jmsclient.ExceptionHandler.getJMSException(ExceptionHandl er.java:183)^Matcom.sun.messaging.jmq.jmsclient.ExceptionHandler.handleException(ExceptionHandl ...

Problems using iMQ 2.0SP1 with iAS 6.5 MDBs.

400 byte By christenscreen at 2007-11-25 8:07:27
My client is using iMQ 2.0 SP1 with a standalong java client and has set up a durable subscription within the java code. The durable subscription is listed using the iMQ admin tool. However, on iAS 6.5 client has deployed a message-driven bean that is using durable subsription. This time the ...

What is the recommended way for persisting JMS messages?

1815 byte By christenscreen at 2007-11-25 8:07:28
What is the recommended way for persisting JMS messages?. As per the IMQ admin documentation , using the default built-in persistence type which is through unix flat files is much efficient and faster, compared to the database persistence . Tried setting up the jdbc stuff for database ...

I'm getting a Resource in Conflict exception. Why?

829 byte By christenscreen at 2007-11-25 8:07:29
In my scheduler server, a JMSException is raised if I create more than onethreads in a row, Please see the sample code and console output below. I found this in iMQ2.0 documentation and want to make sure that it is indeedrelevant to my problem. "If another instance of the client application is ...

How do I use LDAP with iMQ 2.0?

260 byte By christenscreen at 2007-11-25 8:07:30
I am looking for an example to see how to use LDAP with iMQ 2.0.I was able to set up the config settings to access a local LDAP, but iMQ authentication still rejects valid logins.Let me know if I can find more info someplace.

Problems using the HTTP tunnel with iMQ 2.0.

314 byte By christenscreen at 2007-11-25 8:07:31
I'v got a question: the customer report they can't connect to JMS via HTTP tunnel, I took a test and got the same result. The following is the scenario:Servlet has been setup and seems ok from the browser access, the folllowing is the result from browser:HTTP tunneling servlet ready. ...

Problems looking up EJBs using MDBs in iAS 6.5

906 byte By christenscreen at 2007-11-25 8:07:32
Here is an interesting appserver behavior I have observed on 6.5. 1. bring down appserver2. send 5 messages to the queue. 3. start appserver. MDB gets created and initialized to process messagesfrom the queue. Since my MDB needs to access other EJBs it will getNameNotFoundException. This ...

Can S1MQ talk to CICS?

414 byte By christenscreen at 2007-11-25 8:07:33
Does anybody know whether S1MQ can talk to IBM CICS? Our customer seeks for a cheaper messaging solution between iAS 6.0 and an IBM mainframe.They use JMS over MQSeries between the application server and the mainframe. On the mainframe side there is an MQSeries-CICS bridge, so that they can ...

Why ican't I find jndi.properties for TopicConnectionFactory lookup?

422 byte By christenscreen at 2007-11-25 8:07:34
I have a problem with IPlanetMessageQueue3.0 . Why i can't find jndi.properties for TopicConnectionFactory lookup ? Like this Context ctx = new InitialContext();TopicConnectionFactory tcf = (TopicConnectionFactory)ctx.lookup("TopicConnectionFactory"); What is value of ...

The iMQ 2.0 restart command isn't doing what I want.

1429 byte By christenscreen at 2007-11-25 8:07:35
I have installed the imq 2.0 on solaris 8 on a single host. jmq brokeris installed by following the admin guide. When I tried to use jmqcmdshutdown bkr. It is shutdown without any problem.Then I usejmqcmd restart bkrto restart the jmqcmdIt comes up with thefollowing error:Error while connecting ...

Is there any way to do autorestart/manual restart of the iMQ 2.0broker?

452 byte By christenscreen at 2007-11-25 8:07:36
Is there anyway to do autorestart/manual restart of the broker whenthere is failure of the broker (say, the broker process is down) in caseof one broker installation?If JDBC connection (plugged-inpersistence) is used, do I need to run jmqdbmgr to maintain thepersistence before I restart the ...

How do I use the commands to start and restart the jmqbroker normally?

1606 byte By christenscreen at 2007-11-25 8:07:37
How do I use the commands to start and restart the jmqbroker normally?Because I have tried to use "jmqcmd shutdown bkr" and then tried to type"jmqbroker" to start up. My screen hangs up and seems that the processhangs up. The message is[28/Jun/2002:18:29:07 GMT+08:00] [B1060]: Loading ...

How should I find out the number of messages on queue?

167 byte By christenscreen at 2007-11-25 8:07:38
I am using iMQ 3.0. Point-to-point messaging.I have sent some messages to the queue. How should Ifind out the number of messages on queue ?

How do I reduce the number of threads my client uses?

574 byte By christenscreen at 2007-11-25 8:07:39
My existingarchitecture is like this .1.We have only one Connection .2. we are creating session per Sub/Pub and when we close sub/pub we r closing Sessions . so we have 300/400 pub/subwe have lot of threads , application crashed.How can I reduce threads. There is chicken/egg policy, I need less ...

How do I use MQSeries with iAS 6.2?

1051 byte By christenscreen at 2007-11-25 8:07:40
This message is an inquiry on how to implement IBM MQ Series to iPlanet, in BINDINGS mode vs CLIENT mode. We have had few problems using client mode, but cannot seem to get BINDINGS mode to work in JMS in iAS 6.2. Defining the setting in the JMS configuration does not succeed. The issue ...

Does iMQ use ip-multicast?

287 byte By christenscreen at 2007-11-25 8:07:41
I see that Java Message Queue supports publish/subscribe way ofpropogating messages. Can this be done using ip-multi-casting?Is this part of JMS standard or an implementation issue? I wouldreally appreciate if someone could get back to me on this asap.

Does iMQ encrypt messages?

395 byte By christenscreen at 2007-11-25 8:07:42
A friend who is consulting on app architecture for a bank askedme if iMQ can encrypt and/or sign messages with certificates.Apparently MQseries does not and it is a big work to add that on top.This is for curiosity - this is not a deal we can enter - but this friendis a middleware consultant on ...

Does S1MQ support round-robin delivery on queues?

63 byte By christenscreen at 2007-11-25 8:07:43
Does S1MQ support round-robin delivery on queues?

How do I register queue objects with iMQ 2.0 and iAS 6.0 SP2?

366 byte By christenscreen at 2007-11-25 8:07:44
In JMQ 1.1 we registered queue objects with iPlanet using a dedicatedwrapper script jmqjmsadm.sh.I can't find anything equivalent in iPlanet Message Queue 2.0. I've triedhacking the registry using kregedit with no success. I need a way of gettingJMQ 2.0 stuff into the IAS JNDI tree.We're ...

Problems with a stateless session bean and a durable subscriber.

524 byte By christenscreen at 2007-11-25 8:07:45
I have a durable topic subscriber (asynchronous) that invokes a statelesssession bean. The listener is loaded dynamically by a servlet. Everythingworks fine till the point when the bean is invoked. At that point iPlanetapp server (kjs.exe) crashes.I couldnt find anything on this in the iPlanet ...

Problems with iMQ 2.0 QueueBrowser.

6374 byte By christenscreen at 2007-11-25 8:07:46
I am working in IMQ2.0.I think the queuebrowser is notworking.Please look into it.Though i am usingqueuebrowser with a selector,i also tried withoutselector.Please send me the solution as soon aspossible.I am attaching standalone IMQ applications ofsender and receiver.Though without the ...

making client program exit after receiving all messages from response queue

1082 byte By christenscreen at 2007-11-25 8:07:47
How do I make client program exit after receiving all the messages from the response queue?I have client and server program. Server program is like a deamon acceptsJMS requests and sends messages back to client. Client program rightnow isrun in DOS console. Let's say server daemon is ...

Why am I getting Resource in conflict"?

497 byte By christenscreen at 2007-11-25 8:07:48
I have implemented P2P model using iMQ2.0. I have a client & server program sending and receiving requests. I am creating seperate session's to handle requests received and sent. Problem is when I open up two or more DOS consoles(client is program on the same machine) and fire-up up the ...

How many processes and how much memory do iMQ require?

507 byte By christenscreen at 2007-11-25 8:07:49
I was wondering if somebody could tell me, or point me to a location where Icould find out:1) How many individual processes are required for JMQ? Assuming the clientcode requires 1 process, how many for all server code. Please include thingssuch as LDAP/JNDI servers required to get JMQ to work. ...

How do I specify a path to sample.dtd?

487 byte By christenscreen at 2007-11-25 8:07:50
Anybody knows which directory does " http://localhost:7676" map to ?I am trying to run the ..../example/jms/XmlMessageExample, but am not able toprovide a path of sample.dtd.When I go to http://localhost;7676, I get:101 jmqbroker 2.0 cluster tcp CLUSTER 42539 admin tcp ADMIN 42538 portmapper ...

How do you make the client and jmqbroker run on separate machine?

139 byte By christenscreen at 2007-11-25 8:07:51
I wonder how do you make the client and jmqbroker run on seperate machine ?I can't find any property files to set it.

Problems with classpath behavior and iMQ 2.0

4805 byte By christenscreen at 2007-11-25 8:07:52
One of the nice features of how JMS works is that you don't have to putthe JMS provider's classes in your classpath, you can dynamically extendthe classpath at runtime. However, I ran into a problem doing this withiPlanet Message Queue 2.0 and some sample programs I have.My 4 programs are ...

Broker-to-broker cluster connections

539 byte By christenscreen at 2007-11-25 8:07:53
Can the broker-to-broker cluster connections be configured to use an HTTP proxy like a client?I have a question about broker clustering configurations.Page 59 of the Admin guide mentions using a cluster to deal withfirewall restrictions. Can the broker-to-broker cluster connectionsbe configured ...