Can JMQ 2.0 work through a firewall?

We are interested in using JMQ for B2B communication for messages to be sent
through firewalls from one enterprise to another. Does JMQ 1.1 support this or
does JMQ 2.0? If JMQ 2.0 is the only option, can you please specify when it
will be released, as of now it is only in beta version? I would appreciate your
prompt response as we are in the process of evaluating each vendor.

JMQ 1.1 only supports a TCP based transport, and could only work across a firewall
if that fiewall was specially configured to let the communication through. JMQ 2.0
will support use of HTTP as a transport, and this will eliminate the need for
special administration for any firewall that will naturally allow HTTP through. JMQ
2.0 is in Beta now, and is scheduled to be available as an FCS product early in
Q2CY01.

Similar Messages

  • Can't get iChat working through Airport

    First off, thanks for all the great info here, I successfully troubleshooted (-shot?) connecting my iSight to my old G3 tower which is wired to the network, changing my Linksys router settings and everything. The kids saw Grandma (I had to fix her firewall long distance, I did that successfully too), iSight and iChat AV are great!
    But now I'm stumped.
    I have a G3 laptop, I'm running Panther (10.3.9) and iChat 2.1 (though when my new G5 arrives-- MAYBE TOMORROW HOORAY-- I will of course be running Tiger on that and will presumably upgrade the laptop once I'm up to speed). I have a white C-cup Airport, not Extreme, running 4.0.9 of the Airport software; it in turn is connected to the Linksys router and the DSL modem, but since they work with the desktop system, I assume they're not the source of any problem.
    Yet I can't connect to appleu3test03 via wireless like I did via the wired system. I get a failure/check connection doctor message. So are there settings on the Airport I have to change to get through?
    Thanks in advance.

    Hi Michael,
    If the Linksys is the device that connects to the internet it is proably set to do DHCP. This means it issues IP addresses to the other devices on your local LAN. This tends to be a default setting.
    WHen you access the device through a web browser it will have this on the front page of the set up screen of a Linksys in about the fourth section down.
    The Airport will also "Distribute Addresses" by default (In the Network Tab of the Airport Admin Utility)
    This means you have two devices that are DHCP servers and iChat does not like this. IN fact the way the Airport works it wil also pass ton the IP address the Linksys gives the Mac, even though you can not see it. Effectively the Mac belongs to two Subnets of your LAN.
    You can turn the Airport into a Wireless Access Point and contiue to distribute IP addresses from the Linksys.
    Better still you can set each device with a Static address. If you set an Address for the Airport from the Linksys this will end any further spreading of the Subnet form the Linksys and the Airport could carry on doing DHCP or you could arrange to have it as an access point And Static the computers address to the modem through the Airport.
    (Alternatively you could have a static asddress to the Airport and then seperate Static Addresses to the computer from the Airport. This would still be subnets but the computer would not be in both).
    Hope this helps.
    Ralph

  • Can't connect to work through VPN.

    I have the following: Router: Linksys WRT54GS v.4 + latest firmware VPN Software: Cisco VPN Client 4.8.02.0010 Cable Internet provider: Comcast The VPN client works fine if I connect using a Sprint air card, so that part is working. I just can't connect through my home router. Any advice? I'm stumped. Thanks in advance, John Duke

    access the router using http://192.168.1.1 . the default password is admin .. go to the "applications and gaming" tab and click on "port trigerring" subtab ... enter ports 1723,50,500,443-447,43-47,10000-10001 .
    if this does not make any difference...try upgrading / reflashing the router's firmware and check whether it makes any difference ..

  • Can't get SMTP working through SSL

    I always get this error in the log:
    Sep 11 18:00:05 192 postfix/smtpd[2314]: warning: cannot get private key from file /etc/certificates/www.mydomain.com.key
    Sep 11 18:00:05 192 postfix/smtpd[2314]: warning: TLS library problem: 2314:error:0906406D:PEM routines:DEF_CALLBACK:problems getting password:pem_lib.c:105:
    Sep 11 18:00:05 192 postfix/smtpd[2314]: warning: TLS library problem: 2314:error:0906A068:PEM routines:PEMdoheader:bad password read:pem_lib.c:401:
    Sep 11 18:00:05 192 postfix/smtpd[2314]: warning: TLS library problem: 2314:error:140B0009:SSL routines:SSLCTX_use_PrivateKeyfile:PEM lib:ssl_rsa.c:709:
    The SSL certificate is otherwise valid and fully functional with IMAP and HTTPS, but it doesn't want to work with SMTP server. I've tryed everything, also a brand new self signed certificate, but I still get the same error.
    Other useful info from postconf:
    postconf -n
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,localhost,Xserve.local
    mydomain = mydomain.com
    mydomain_fallback = localhost
    myhostname = mail.mydomain.com
    mynetworks = 127.0.0.0/8
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdenforcetls = no
    smtpdpw_server_securityoptions = login
    smtpdrecipientrestrictions = permitsasl_authenticated,permit_mynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = yes
    smtpdtlsCAfile =
    smtpdtls_certfile = /etc/certificates/mail.mydomain.com.crt
    smtpdtls_keyfile = /etc/certificates/mail.mydomain.com.key
    smtpdtlsloglevel = 0
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualmailboxdomains = hash:/etc/postfix/virtual_domains
    virtual_transport = lmtp:unix:/var/imap/socket/lmtp

    You cannot use SSL certificates protected with a passphrase in postfix.
    See here:
    http://discussions.apple.com/thread.jspa?messageID=6251145&#6251145
    HTH,
    Alex

  • Since recent download of Firefox, "unable to connect"; Perhaps an older version will work; checked my firewall to allow, etc.; I'm connecting to you through Safari

    I've been using Firefox until a recent download and now it won't connect. Perhaps an older version will work; checked my firewall to allow, etc.; I'm connecting to you through Safari; For some reason Internet Explorer is also not connecting. My computer uses Vista.

    Hello Michael.
    Hopefully this support article is what you need:
    https://support.mozilla.com/en-US/kb/Firefox+will+not+start
    In any case, it's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.
    Also, if you want to use an older version of Firefox, please use Firefox 3.5.11. Only versions 3.5.11 and 3.6.8 are supported, and both contain all the latest security fixes. Using any other version is unsafe and not recommended.

  • Got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    If it's showing the red disabled screen due to incorrect passcodes then you may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad via your computer's iTunes and restore/resync your content to it

  • I have an iPhone 4 still running 6.1.3 software.  A few days ago it stopped working through my car's USB connection.  How can this be fixed?

    I have an iPhone 4 still running 6.1.3 software.  A few days ago it stopped working through my car's USB connection (I have a 2010 Honda Civic Hybrid).  I can no longer control my music through my car's stereo system.  I am unable to choose what song, album, playlist, etc. to be played and cannot skip songs.  When I try to skip, it reverts back to the first song.  When I choose what to be played directly on my phone, it can only be played for about 30 seconds through my car's stereo system before it stops and displays the message "Unsupported Version."  How can this be fixed?  (Also, I know it is my iPhone and not my car because someone I know has the same exact car as me from 2009 and it did the same thing on theirs.)
    Any help would be greatly appreciated.  This problem is extremely frustrating and the alternative of trying to change music directly on my phone while driving is a risk I am not willing to consider.  Thanks!

    Alright, sorry for not having browsed this page a bit more before stating my question. I have just found some other similar topics on this problem. Please don't reply this thread unless there actually is a solution to the problem, because at current time there is not.

  • Static NAT pass-through; can not get to work

    I am not having any luck getting a static NAT pass-through to work.
    BM3.8/NW6.5 all patched to the latest patches (no betas). IPFLT is NOT
    loaded.
    My internal network on one LAN all have 10.100.xxx.xxx private addresses.
    Dynamic NAT works great.
    I have secondary public IP addresses bound to my public NIC. Static NAT
    mapping between the secondary public IP addresses and the couple of
    individual private addresses work just fine. In other words, all has been
    working fine.
    I need to give one of those internal resources its public IP address
    (change it's private to its public).
    OK, I went into the NAT table and changed the proper public <-> private to
    public <-> public (identical addresses). I changed the internal computer
    to it's public address/mask with the same default gateway the server is
    using. The internal computer can now only ping itself; can't even ping
    it's default gateway. I did reinitialize, and also restarted. I can not
    get the pass-through connection to work.
    Any thoughts will be well received.
    Bob

    Robert,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Hi Guys does anyone know of a way i can get cyclops speed camera alert to work through bluetooth incar hands free kit , i used to be able to connect it via an app called drivesafely but this app is no longer available in apple store ????????????

    Hi Guys does anyone know of a way i can get cyclops speed camera alert to work through bluetooth incar hands free kit , i used to be able to connect it via an app called drivesafely but this app is no longer available in apple store ????????????

    I think the easiest way to do this is to have the EyeTV app running in one user account and sent via HDMI to the TV, and use a separate user account for Screen Sharing. Both logins can be active at the same time and with Lion you can connect via screen sharing to which ever login you need.
    With regards to the Mac video resolution changing, when it is not the current input on your AV receiver. This is 'normal', if the Mac sees no signal it drops down the a lower level. What you need is to buy a HDMI Detective Plus which tricks the Mac in to always seeing a signal and hence it will not drop down the resolution. See http://www.gefen.com/kvm/dproduct.jsp?prod_id=8005
    The Mac mini does have an IR receiver. This can be used with the EyeTV app, iTunes, and similar. Yes I believe EyeTV would run for prolonged periods quite happily, it is has been around for a long time and had most of the rough edges polished off. However one issue you will have to deal with is that it does not automatically update its program guide data. For this you might have to write or modify an AppleScript. Elgato support or their user forums will be a lot of help.
    You can set EyeTV to convert recordings to an iTunes (Apple TV) compatible format and then delete them from EyeTV.
    The HDMI Detective should solve your handshaking problems.

  • Whenever I try to open up Firefox, it says that it's unable to connect, however, my internet connection is fine and I can still open up Internet Explorer. I already allowed Firefox through my firewall.

    My internet connection is fine, I already allowed Firefox through my firewall. This is the first time it had ever happened and it happened suddenly, out of nowhere.

    Try "Firefox connection settings" in [[Server not found]]
    You can find the connection settings in Tools > Options > Advanced : Network : Connection<br />
    If you do not need to use a proxy to connect to internet then select No Proxy
    You can also try to remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process.
    See:
    * [[Server not found]]
    * [[Firewalls]]

  • Where can I locate the "Helena Beat" demo in Logic in order to continue working through the tutorial?

    Where can I locate the "Helena Beat" demo in Logic in order to continue working through the tutorial?

    With Logic Pro open, go to the help menu and select "Exploring Logic Pro Demo Project".
    If you've downloaded all of the additional content it's located in  Library/Application Support/Logic/Logic Pro Demo Songs/Foster the People

  • Does RTMT works if publisher is down?I mean if publisher is down then can we connect to subscriber through rtmt?

                       Dear All,
    Does RTMT works if publisher is down?I mean if publisher is down then can we connect to subscriber through rtmt?

    Yes. Enter the IP/hostname of the subscriber.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Does Mainstage work through Air Play? Can't hear any output through my Apple TV.

    I've selected AirPlay as both my system and Mainstage audio outputs but can't hear anything coming through my Apple TV. All other computer audio output works through the ATV, and Mainstage is unmuted and works fine through the Built-In System output. As I soon as I switch to AirPlay in Mainstage, there is no audio coming out, although output IS showing up on the Master out channel in MS.

    I had this same problem when I tried it - No output from the AirPlay even though the display was shwing up and the output device was "Apple TV"  in fact if I went to the sound preference panel and attempted to increase the volume, the AirPlay did play the beeps that preference panel emitted. I called Apple support and they were unsure ar first that this capability is even supported.  They had me try to reproduce the problem with a new user account. In my case MainStage did work with the Apple TV under the new account.  So, they recommended that I quit MainStage, then delete the MainStage-related plist file in my home directory's library/preferences/ folder:
          /Users/{username}/Library/Preferences/com.apple.mainstage.plist
    After deleting this file, I relaunched MainStage and was able to get the Mainstage output on the ausio system attached to the airport.  The delay encoundered is excessive - unsuitable for live performance for me, possibly dud to the fact that I am using an 802.11g wireless connection rather the faster 802.11.n connection. It works fine otherwise.

  • My iTunes can't to the iTunes store , and I've allowed it through the firewall on my Windows  7. Please help!

    Please help! I'm not sure what to do!

    Then, when I opened iTunes, it took a long time to connet, and then it stopped, and I couldn't connect to the iTunes Store.
    Many thanks.
    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Can't connect to FTP through FINDER   (other ftp clients work)

    I try to connect to my schools ftp icarus.engr.uconn.edu through finder's, Go -> Connect to Server
    but every time I try it tells me you have entered an invalid password or username. The thing is that I can connect to the ftp through any FTP client like filezilla or Cyberduck even the Terminal ftp program will connect, but not Finder. Finder tells me the password or username is invalid. ??

    Is it not prompting you? You can imbed your username or even your username + password in the URL.
    e.g.
    ftp://username@server
    or
    ftp://username:password@server
    There should be no issue connecting. BUT... the imbedded FTP in Finder only allows for downloads. You can't upload.
    You can upload via the command line FTP client, and of course a slew of 3rd party FTP clients (some of which you've already mentioned.)
    Message was edited by: Tim Campbell1
    Message was edited by: Tim Campbell1

Maybe you are looking for

  • Blue screen appears after installing Leopard and restarting

    I tried to install Leopard on my MacBook but got the Blue screen after restarting. I found the apple support article number 306857 and tried option C without success. I don't have a firewire cable so option A is out. I don't know how to reinstall Leo

  • Stuck in 'Processing' after rebuild

    I have a 140k image library. I moved to Aperture because Apple advised me that iPhoto wasn't built to handle large libraries and I should move to Aperture. I only have about 110k images, the rest are duplicates because the iPhoto to Aperture conversi

  • Here's a bizarre sql issue that throws ORA-03113: end-of-file on communicat

    This query is generated by an application. I know the sql is poorly written, but what's bizarre is what happens when I run it. Here's the SQL: select * from etk_group og where exists ( select g.group_id as id from etk_group g left outer join etk_subj

  • How to install JDK1.5 for WINDOWS XP

    You need do the next steps: In windows xp, go to init->programs->accesories->systems sysmbol (MS-DOS), do right click inside and select properties. Here, you can see the properties window. Go to the compatibility tab and click the bottom link about c

  • Fade out entire text

    Instead of fading in or out each letter individually in a linnear fashion, how do I control it so that certain groups of letters can fade in or out together? s