ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 15 matches
Author Message
  Topic: Handling Zip file in File Input Node
darioo

Replies: 20
Views: 15387

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Nov 10, 2015 12:57 am   Subject: Handling Zip file in File Input Node
Few more things to think about.

What if there is more than one file in the zip file? Assuming that's the case, and you can handle it, what will happen if these files are placed in multiple director ...
  Topic: Remove special character 'ÿ' using ESQL
darioo

Replies: 4
Views: 5894

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 20, 2014 11:51 pm   Subject: Remove special character 'ÿ' using ESQL
The link I provided states that "C3BF" is a hex sequence for your character. "FF" (what you're using) isn't a valid UTF-8 hex sequence.
  Topic: Remove special character 'ÿ' using ESQL
darioo

Replies: 4
Views: 5894

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Nov 20, 2014 5:34 am   Subject: Remove special character 'ÿ' using ESQL
Doing what you want will depend on encoding of your input.

Assuming your input is UTF-8 (words of experience and wisdom say: it should be), figure out what the bytes that construct your particular ...
  Topic: Dynamically updating a reference data type
darioo

Replies: 3
Views: 2343

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 09, 2014 10:02 am   Subject: Dynamically updating a reference data type
Greetings everyone, I'm using WMB7.

I'm wondering if it's possible to change where a declared reference variable points to?

Something like this (non working code follows):


DECLARE myref REF ...
  Topic: Writing SQL queries in ESQL in the java style - prepareStmt
darioo

Replies: 7
Views: 6622

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 13, 2013 5:30 am   Subject: Re: Pointersss

N-O-T !! You're funny. ODBC is written in machine code, and JDBC is an interpretive implementation. No possible way its 'faster'.

Not really. ODBC is most likely written in C and/or C++ ( ...
  Topic: XSD validation
darioo

Replies: 2
Views: 2117

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 30, 2013 12:59 am   Subject: XSD validation
This is the source of your problems:

<xs:pattern value="^.{1,9}$" />

Since you've already specified that "xs:integer" is the desired type, your regex is ...
  Topic: JDBC and a JPA provider (like Hibernate)
darioo

Replies: 8
Views: 10154

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Aug 23, 2013 1:47 am   Subject: JDBC and a JPA provider (like Hibernate)
You could put database.properties somewhere in your project's classpath (where your Java files are), but I doubt this is the right way. After all, you're going to hardcode username and password of you ...
  Topic: WMB 8.0 <<SWIFT MESSAGE>>
darioo

Replies: 6
Views: 8073

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Mar 13, 2013 2:30 am   Subject: WMB 8.0 <<SWIFT MESSAGE>>
Might not be what you're looking for, but there exists a Java parser for SWIFT messages. It's called WIFE and you can find more info about it here: http://sourceforge.net/projects/wife/.

Of course, ...
  Topic: mqsicvp for JDBC
darioo

Replies: 1
Views: 3838

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 07, 2013 4:57 am   Subject: mqsicvp for JDBC
Just because I haven't found any info about this, doesn't mean it doesn't exist

Anyway, I really like the mqsicvp command for some ODBC sanity checking. When you're configuring a lot of Br ...
  Topic: Programmatic authentication without using external systems
darioo

Replies: 7
Views: 5605

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Feb 23, 2013 2:50 am   Subject: Programmatic authentication without using external systems
Clash of the titans

So, the bottom line is: if I have WMB7, I can only do what I want using an external system (LDAP or database)? If that's the case, then great, since I won't go hunting f ...
  Topic: Programmatic authentication without using external systems
darioo

Replies: 7
Views: 5605

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 22, 2013 4:35 am   Subject: Programmatic authentication without using external systems
Using a UserDefined configurable service is one possibility, but then again, the password would still be visible using MQ explorer or a mqsireportproperties command. And a bit messy since I'd have to ...
  Topic: Programmatic authentication without using external systems
darioo

Replies: 7
Views: 5605

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Feb 22, 2013 3:02 am   Subject: Programmatic authentication without using external systems
This is going to be a lengthy post, so please bear with me.

TL;DR version:

Is there a way to provide a username and password to the Broker so they can be used generically / programmatically?
...
  Topic: JDBC and a JPA provider (like Hibernate)
darioo

Replies: 8
Views: 10154

PostForum: WebSphere Message Broker (ACE) Support   Posted: Sat Oct 27, 2012 4:56 am   Subject: JDBC and a JPA provider (like Hibernate)
Has anybody tried (and had success) with configuring Message Broker to use a JPA (Java Persistence API) provider in JavaCompute nodes? One of the main issues I see with using a JPA provider is the fac ...
  Topic: Want an excell file as Output, need a parser
darioo

Replies: 20
Views: 15934

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Oct 25, 2012 2:43 am   Subject: Want an excell file as Output, need a parser
One more possibility that you can consider, IF you have Java knowledge and/or cannot use MB8 on Windows for its .NET capabilities, is using Apache POI inside a JavaCompute node:

http://poi.apache.o ...
  Topic: Retaining a message's filename when sending it through queue
darioo

Replies: 5
Views: 3696

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Mar 19, 2009 3:19 am   Subject: Retaining a message's filename when sending it through queue
Greetings! I'm fairly new to MQ and MB, so please bear with me.

I have two machines, A and B, and I need to transfer some (small)
files from A to B. I'm using Message Broker for this task. On
A ...
Page 1 of 1

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.