359 byte By
Guest at 2007-11-25 8:03:30
What is the relationship between the Sun[tm] ONE Message Queue productthat was recently announced as part of the Sun Solaris[tm] 9 OperatingSystem and the Sun[tm] ONE Application Server 7? Won't I get the Sun ONEMessage Queue product for free when I receive the Solaris 9 OE and SunONE ...
120 byte By
Guest at 2007-11-25 8:03:31
What is middleware?Into which category of middleware does Sun ONE Message Queue softwarefit?
94 byte By
Guest at 2007-11-25 8:03:32
Is Sun ONE Message Queue software a reference implementation or aproduct?
162 byte By
Guest at 2007-11-25 8:03:33
Can I upgrade to the Sun ONE Message Queue 3.0 Enterprise Edition for freeif I have a previous version of the iPlanet Message Queue for Java?
133 byte By
Guest at 2007-11-25 8:03:34
Is there any comparison of the Sun ONE Message Queue 3.0 to it'scompetition or performance data on the product?
73 byte By
Guest at 2007-11-25 8:03:35
What platforms does Sun ONE Message Queue software support?
147 byte By
Guest at 2007-11-25 8:03:36
When using the Developer Edition, can I create more than 5 connections fortesting without upgrading to the Enterprise Edition?
220 byte By
Guest at 2007-11-25 8:03:37
When I try to connect more than 500 clients to the Broker's JMS service,performance gets really poor. Is there a way to configure the Broker tohandle more connections with better performance?
160 byte By
Guest at 2007-11-25 8:03:38
Does the alternate thread library (in /lib/lwp, a.k.a. 'T2') available in Solaris 8improve broker performance under high connection load?
133 byte By
Guest at 2007-11-25 8:03:39
Why do I get an error message about 'Bad license data' when I attempt touse the 90-day trial license on Linux?
90 byte By
Guest at 2007-11-25 8:03:40
How do I get the HTTP transport to work? The docs don't seem to be correct.
159 byte By
707233 at 2007-11-25 8:04:55
Can I use the downloaded MQ 3.0 Platform Edition in a production environment ?If not, how much does Enterprise Edition cost ?Thanks
253 byte By
707278 at 2007-11-25 8:05:14
Hi,Is there any command to shutdown the iMQ? I am working on Solaris and I use the jmqbroker -tty to start the Server.But what is the command to stop the same? The idea is to put the same in script.Thanks.B.Kay.
296 byte By
707286 at 2007-11-25 8:05:30
Hi all,We are a developer firm in process of a message queue application project which we have no experience. Could anyone give us your experience with SUN/Microsoft Mesasge queue product, your judgement and recomendation etc.Your opinion is highly appreciated.
How do I use jmqconfig to add JMQ objects in Netscape Directory Server 4.0?I tried all kinds of combination of ldap and always get thefollowing... What wrong? Thanks.
We're getting 16-18 messages/sec through it when JMQ is running on an Ultra 5. I hope that we're doing something wrong, and that it's actually more scalable than that. Do you have anyscalability numbers? Example code?
Following system I tested on: Solaris2.6 (server behind firewall). Oracle application server 4.0.8.1, jdk1.1.6 I use following applet to connect to JMQ router (1.0 try and buy edtion) sit on web server behind firewall. Then I got error. try following ...
Hi, i'm really interested in JMQ and JMS, they're great themes. I can't find samples code to implement a web application (a simple web page with a bottom maybe) with the JMQ software, i mean to connect the web event with the JMQ router. Please, can you help me to resolve my doubt.
I would like to know if JMQ provides persistence i.e. what if I have messages queued up and the JVM goes down or server shuts down?
Does JMQ support different communication protocols like LU6.2,LU0,MQ,X.25 ,Sockets to connect to different host systems either directly or through adapters?
Will JMQ v2.0 support multiple QueueReceiver on any given queue?
We are having problems with the JMQ2.0 Beta release downloaded from iplanet,jmq2_0-try-linx86.tar.gz.In following the jmqadmin.pdf, we installed the package. No passwd file was created in /var/opt/SUNWjmq/security, so we created an empty one and populated it with jmqusermgr.The documentation ...
We are interested in using JMQ for B2B communication for messages to be sentthrough firewalls from one enterprise to another. Does JMQ 1.1 support this ordoes JMQ 2.0? If JMQ 2.0 is the only option, can you please specify when itwill be released, as of now it is only in beta version? I would ...
I can connect my client to a broker running on host and portusing -DJMQBrokerHostPort etc. no problem.But how can I connect to a specific host:port from inside theclient java code?
I'm receiving the following when I run any of the example jmqcode under Redhat 6.2 on my home linux box (it worksfine on my linux box at work):Connection problem: javax.jms.JMSException: [C4000]: Packet acknowledgefailed. - caught java.io.StreamCorruptedExceptionThe jmqbroker seems to start up ...
I have a question about creating an object store in JMQ 2.0 using the administration tool.The documentation doesn't explain it that clearly because it says for development purposes, you should be able to get away with the default configuration. The default configuration as far as I can see has ...
1) if i created a directory objstore, how do i "relate" that to the object store in the admin tool? i'm sure it's in a config file somewhere, but not sure where.2) what are typical values then for the JNDI in your step 2? where do i find out this information? anything I add seems to result in ...
The list on page 67 of the 2.0 administration guide appears to beincomplete. Specifically, I'm interested in knowing how to setthe default delivery policy for a Queue through the jmqobjmgr command.I need the valid attribute name to pass in to jmqobjmgr.
Even though I knew that J2EE itself includes a JMS provider, I was trying touse JMQ's broker as the provider from a Bean. I had no problem doing JNDIlookup of the TopicConnectionFactory that I deployed through "jmqobjmgr"(into a local file). However, when I try to use it to create the ...
I've just downloaded the JMS 2.0 beta for Solaris and trying to set up a admin objects store with LDAP server (NES 4.12). However I cannot find a LDAP schema file to import into the LDAP server in your release. Would it be possible to send me a copy?
I use LDAP for admin objects store and use file for use repository. I created a user using jmqusermgr, but a client getting an authentication exception and it seems it's searching the user in LDAP. I looked around example codes, but can not find any with user authentication.I am sorry, but I ...
J2EE now supports Message-Driven Bean. Based on my understanding, the beanlistens to a queue/topic defined in J2EE's JNDI Context. Is there a way thatI can still deploy a MDB that listens to a queue/topic in JMQ's Contextinstead?
I'm working on a project and I would like to implement JMQ as the messageing backbone for all the components.I'm a bit stuck in that I'm trying to create the propler LDAP entries in my LDAP database so I can use jmqobjmgr to add a connection factory and a topic to the LDAP directory. The JMQ ...
I have jmq 1.1 running on solaris. We have recently installed an ldap server on another box to provide access for jndi. I am trying to run thejmqconfig program to add topic by issuing the following command .../opt/SUNWjmq/bin/jmqconfig -a -t t -n "cn=myTopic" -o "name=This is my Test Topic" -o ...
Hi, we ordered a new Imq2.0 license after our JmQ2.0 beta license expired. Since it will take a few weeks to get that through the government purchasing process, I downloaded the latest try & buy imq from iplanet so we can continue our development while waiting for the purchasing process to ...
We have a distributed system utilizing iMQ 2.0. We need a method of querying the broker as to its state (connected, etc)We want to do this from our own java apps that will be monitoring the system rather than by utilzing system calls to jmqcmd.Do you have the api's for the jmqadmin and ...
I'm trying to enable the 90-day trial license of the developer version of iMQ 2.0 bystarting up the broker (under RH Linux 7.1) with:jmqbroker -license tryBut I keep getting "Bad license data" when I do it.What's wrong?
I need to satisfy the following requirements. Please follow the sequence (I dont have Rational Rose with me! :-)) 1.A end user sends a web request (for a servlet) through the browser. 2.Servlet sends a message to a backend process via JMS. 3.backend process does something and creates display ...
I installed IMQ 2.0 and followed the instructions in Appendix B of Administrator's Guide to set up HttpTunnel.I am having problem creating a sample program to test IMQ's HTTP support.Here is what I did: 1) install HttpTunnelServlet. No problem, preloaded when iPlanet EnterpriseServer 4.1 is ...
I installed iMQ 2.0 Developer download on a linux machine, exactlyaccording to the install.pdfinstructions.When I start jmqbroker, I get in the log.txt:[23/Jul/2001:15:12:07 CDT] [B1002]: An existing property file forjmqbroker was not found, no stored properties will be ...
Is it possible to have a stand alone iMQ client? I have a requirement where one of my applications which needs to communicate with iMQ runs on a different machine than the iMQ itself. I also need to have a separate JNDI repository for this application to look up administered objects. So in ...
I require a JMS client (that does not reside on the iMQ broker machine) to be able to register queue factories and queues in its own JNDI repository. This means I require the jmqobjmgr to run on the client machine to register my client objects. However this is not possible with the ...
I have two iPlanet Application servers (each requires to be a JMS client to iMQ). The App servers run on their own machine and havetheir own JNDI registries. iMQ runs on a third machine(iMQmachine). Lets say I have a destination (queue) thats been created on the broker using the commandon the ...
Hi, I've heard that iMQ can send messages over SSL or JMS clients can send messages to iMQ useing SSL (or something like that). Is thispossible? Example: JMS prog #1 Post message to iMQ#1 | iMQ#1 sends message to iMQ#2 | SSL | iMQ#2 | JMS prog #2 gets the message Or JMS prog #1 Post ...
How do I connect iAS to JMS objects on remote machines?
To night i am testing another case i got another exception like opent too many files. There is any settings need to avoid this problem. Any help if i can increase file system. how JMQ will treat. IMQ people doing any thing when it reaches limit of file descripters.
Allways i had only two connections with JMQ. When JMQ will close FD ? There is any way to close FD ? i am not using durabel & persistence even it persisting data ? please respond asap.
I am using iMQ 2.0 and randomly get C4002 exceptions. What can I do?
Does the broker wait for all receiver to acknowledge before returning from publish()?If suppose i had 10 subscribers. I observerd 10th subscriber getting message late. I thought publisher will wait for acknolodge for each subscriber ? else why it getting message late ?
I did small performane test. I am taking example SimpleChat program and trying to publish 10000messages. but it failed. I t will take all most all 50 min but it didn't complete process.it published all messages to JMQ Broker. but publishing from JMQ Broker to clinet it will take lots of time. ...